public class OpenStatusUpdate extends Message<LightningApi.OpenStatusUpdate>
Message
,
Written by Philip Vendil
builder, wrapperFactory
Constructor and Description |
---|
OpenStatusUpdate()
Empty Constructor
|
OpenStatusUpdate(javax.json.JsonReader jsonReader)
Json Parsing Constructor
|
OpenStatusUpdate(LightningApi.OpenStatusUpdate apiObject)
Constructor using underlying Lightning API Object
|
Modifier and Type | Method and Description |
---|---|
ChannelOpenUpdate |
getChanOpen()
Getter for a list of chan_open.
|
PendingUpdate |
getChanPending()
Getter for a list of chan_pending.
|
ConfirmationUpdate |
getConfirmation()
Getter for a list of confirmation.
|
void |
setChanOpen(ChannelOpenUpdate value)
Setter for list of chan_open.
|
void |
setChanPending(PendingUpdate value)
Setter for list of chan_pending.
|
void |
setConfirmation(ConfirmationUpdate value)
Setter for list of confirmation.
|
equals, getApiObject, getMessageName, hashCode, populateRepeatedFields, toJson, toJsonAsString, toString, validate
public OpenStatusUpdate()
public OpenStatusUpdate(javax.json.JsonReader jsonReader) throws javax.json.JsonException
javax.json.JsonException
- if problems was found with the supplied JSON data.public OpenStatusUpdate(LightningApi.OpenStatusUpdate apiObject)
public PendingUpdate getChanPending() throws ClientSideException
ClientSideException
- if problems occurred constructing the wrapped object.public void setChanPending(PendingUpdate value)
public ConfirmationUpdate getConfirmation() throws ClientSideException
ClientSideException
- if problems occurred constructing the wrapped object.public void setConfirmation(ConfirmationUpdate value)
public ChannelOpenUpdate getChanOpen() throws ClientSideException
ClientSideException
- if problems occurred constructing the wrapped object.public void setChanOpen(ChannelOpenUpdate value)