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