public class ListMacaroonIDsResponse extends Message<LightningApi.ListMacaroonIDsResponse>
Message,
LightningApi.ListMacaroonIDsResponsebuilder, wrapperFactory| Constructor and Description |
|---|
ListMacaroonIDsResponse()
Empty Constructor
|
ListMacaroonIDsResponse(javax.json.JsonReader jsonReader)
Json Parsing Constructor
|
ListMacaroonIDsResponse(LightningApi.ListMacaroonIDsResponse apiObject)
Constructor using underlying Lightning API Object
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Long> |
getRootKeyIds()
Getter for a list of rootKeyIds.
|
protected void |
populateRepeatedFields()
Method to be overrided by inherited messages that contains repeatable or mapped fields.
|
void |
setRootKeyIds(java.util.List<java.lang.Long> valueList)
Setter for list of rootKeyIds.
|
equals, getApiObject, getMessageName, hashCode, toJson, toJsonAsString, toString, validatepublic ListMacaroonIDsResponse()
public ListMacaroonIDsResponse(javax.json.JsonReader jsonReader)
throws javax.json.JsonException
javax.json.JsonException - if problems was found with the supplied JSON data.public ListMacaroonIDsResponse(LightningApi.ListMacaroonIDsResponse apiObject)
public java.util.List<java.lang.Long> getRootKeyIds()
throws ClientSideException
ClientSideException - if problems occurred constructing the wrapped object.public void setRootKeyIds(java.util.List<java.lang.Long> valueList)
protected void populateRepeatedFields()
MessagepopulateRepeatedFields in class Message<LightningApi.ListMacaroonIDsResponse>