public class DeleteMacaroonIDRequest extends Message<LightningApi.DeleteMacaroonIDRequest>
Message,
LightningApi.DeleteMacaroonIDRequestbuilder, wrapperFactory| Constructor and Description |
|---|
DeleteMacaroonIDRequest()
Empty Constructor
|
DeleteMacaroonIDRequest(javax.json.JsonReader jsonReader)
Json Parsing Constructor
|
DeleteMacaroonIDRequest(LightningApi.DeleteMacaroonIDRequest apiObject)
Constructor using underlying Lightning API Object
|
| Modifier and Type | Method and Description |
|---|---|
long |
getRootKeyId()
Getter for rootKeyId.
|
void |
setRootKeyId(long value)
Setter for rootKeyId.
|
equals, getApiObject, getMessageName, hashCode, populateRepeatedFields, toJson, toJsonAsString, toString, validatepublic DeleteMacaroonIDRequest()
public DeleteMacaroonIDRequest(javax.json.JsonReader jsonReader)
throws javax.json.JsonException
javax.json.JsonException - if problems was found with the supplied JSON data.public DeleteMacaroonIDRequest(LightningApi.DeleteMacaroonIDRequest apiObject)