public static class PendingChannelsResponse.ClosedChannel extends Message<LightningApi.PendingChannelsResponse.ClosedChannel>
builder, wrapperFactory| Constructor and Description |
|---|
ClosedChannel()
Empty Constructor
|
ClosedChannel(javax.json.JsonReader jsonReader)
Json Parsing Constructor
|
ClosedChannel(LightningApi.PendingChannelsResponse.ClosedChannel apiObject)
Constructor using underlying Lightning API Object
|
| Modifier and Type | Method and Description |
|---|---|
PendingChannelsResponse.PendingChannel |
getChannel()
Getter for a list of channel.
|
java.lang.String |
getClosingTxid()
Getter for closingTxid.
|
void |
setChannel(PendingChannelsResponse.PendingChannel value)
Setter for list of channel.
|
void |
setClosingTxid(java.lang.String value)
Setter for closingTxid.
|
equals, getApiObject, getMessageName, hashCode, populateRepeatedFields, toJson, toJsonAsString, toString, validatepublic ClosedChannel()
public ClosedChannel(javax.json.JsonReader jsonReader)
throws javax.json.JsonException
javax.json.JsonException - if problems was found with the supplied JSON data.public ClosedChannel(LightningApi.PendingChannelsResponse.ClosedChannel apiObject)
public PendingChannelsResponse.PendingChannel getChannel() throws ClientSideException
ClientSideException - if problems occurred constructing the wrapped object.public void setChannel(PendingChannelsResponse.PendingChannel value)
public java.lang.String getClosingTxid()
public void setClosingTxid(java.lang.String value)