public class MacaroonId extends Message<LightningApi.MacaroonId>
Message,
LightningApi.MacaroonIdbuilder, wrapperFactory| Constructor and Description |
|---|
MacaroonId()
Empty Constructor
|
MacaroonId(javax.json.JsonReader jsonReader)
Json Parsing Constructor
|
MacaroonId(LightningApi.MacaroonId apiObject)
Constructor using underlying Lightning API Object
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getNonce()
Getter for nonce.
|
java.util.List<Op> |
getOps()
Getter for a list of ops.
|
byte[] |
getStorageId()
Getter for storageId.
|
protected void |
populateRepeatedFields()
Method to be overrided by inherited messages that contains repeatable or mapped fields.
|
void |
setNonce(byte[] value)
Setter for nonce.
|
void |
setOps(java.util.List<Op> valueList)
Setter for list of ops.
|
void |
setStorageId(byte[] value)
Setter for storageId.
|
equals, getApiObject, getMessageName, hashCode, toJson, toJsonAsString, toString, validatepublic MacaroonId()
public MacaroonId(javax.json.JsonReader jsonReader)
throws javax.json.JsonException
javax.json.JsonException - if problems was found with the supplied JSON data.public MacaroonId(LightningApi.MacaroonId apiObject)
public byte[] getNonce()
public void setNonce(byte[] value)
public byte[] getStorageId()
public void setStorageId(byte[] value)
public java.util.List<Op> getOps() throws ClientSideException
ClientSideException - if problems occurred constructing the wrapped object.public void setOps(java.util.List<Op> valueList)
protected void populateRepeatedFields()
MessagepopulateRepeatedFields in class Message<LightningApi.MacaroonId>