public class SpendEvent extends Message<ChainNotifierOuterClass.SpendEvent>
Message,
ChainNotifierOuterClass.SpendEventbuilder, wrapperFactory| Constructor and Description |
|---|
SpendEvent()
Empty Constructor
|
SpendEvent(ChainNotifierOuterClass.SpendEvent apiObject)
Constructor using underlying Lightning API Object
|
SpendEvent(javax.json.JsonReader jsonReader)
Json Parsing Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Reorg |
getReorg()
Getter for a list of reorg.
|
SpendDetails |
getSpend()
Getter for a list of spend.
|
void |
setReorg(Reorg value)
Setter for list of reorg.
|
void |
setSpend(SpendDetails value)
Setter for list of spend.
|
equals, getApiObject, getMessageName, hashCode, populateRepeatedFields, toJson, toJsonAsString, toString, validatepublic SpendEvent()
public SpendEvent(javax.json.JsonReader jsonReader)
throws javax.json.JsonException
javax.json.JsonException - if problems was found with the supplied JSON data.public SpendEvent(ChainNotifierOuterClass.SpendEvent apiObject)
public SpendDetails getSpend() throws ClientSideException
ClientSideException - if problems occurred constructing the wrapped object.public void setSpend(SpendDetails value)
public Reorg getReorg() throws ClientSideException
ClientSideException - if problems occurred constructing the wrapped object.public void setReorg(Reorg value)