public class CloseStatusUpdate extends Message<LightningApi.CloseStatusUpdate>
Message,
LightningApi.CloseStatusUpdatebuilder, wrapperFactory| Constructor and Description |
|---|
CloseStatusUpdate()
Empty Constructor
|
CloseStatusUpdate(javax.json.JsonReader jsonReader)
Json Parsing Constructor
|
CloseStatusUpdate(LightningApi.CloseStatusUpdate apiObject)
Constructor using underlying Lightning API Object
|
| Modifier and Type | Method and Description |
|---|---|
ChannelCloseUpdate |
getChanClose()
Getter for a list of chanClose.
|
PendingUpdate |
getClosePending()
Getter for a list of closePending.
|
void |
setChanClose(ChannelCloseUpdate value)
Setter for list of chanClose.
|
void |
setClosePending(PendingUpdate value)
Setter for list of closePending.
|
equals, getApiObject, getMessageName, hashCode, populateRepeatedFields, toJson, toJsonAsString, toString, validatepublic CloseStatusUpdate()
public CloseStatusUpdate(javax.json.JsonReader jsonReader)
throws javax.json.JsonException
javax.json.JsonException - if problems was found with the supplied JSON data.public CloseStatusUpdate(LightningApi.CloseStatusUpdate apiObject)
public PendingUpdate getClosePending() throws ClientSideException
ClientSideException - if problems occurred constructing the wrapped object.public void setClosePending(PendingUpdate value)
public ChannelCloseUpdate getChanClose() throws ClientSideException
ClientSideException - if problems occurred constructing the wrapped object.public void setChanClose(ChannelCloseUpdate value)