public class CancelInvoiceMsg extends Message<InvoicesOuterClass.CancelInvoiceMsg>
Message,
InvoicesOuterClass.CancelInvoiceMsgbuilder, wrapperFactory| Constructor and Description |
|---|
CancelInvoiceMsg()
Empty Constructor
|
CancelInvoiceMsg(InvoicesOuterClass.CancelInvoiceMsg apiObject)
Constructor using underlying Lightning API Object
|
CancelInvoiceMsg(javax.json.JsonReader jsonReader)
Json Parsing Constructor
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getPaymentHash()
Getter for paymentHash.
|
void |
setPaymentHash(byte[] value)
Setter for paymentHash.
|
equals, getApiObject, getMessageName, hashCode, populateRepeatedFields, toJson, toJsonAsString, toString, validatepublic CancelInvoiceMsg()
public CancelInvoiceMsg(javax.json.JsonReader jsonReader)
throws javax.json.JsonException
javax.json.JsonException - if problems was found with the supplied JSON data.public CancelInvoiceMsg(InvoicesOuterClass.CancelInvoiceMsg apiObject)