public class BatchOpenChannelResponse extends Message<LightningApi.BatchOpenChannelResponse>
Message,
LightningApi.BatchOpenChannelResponsebuilder, wrapperFactory| Constructor and Description |
|---|
BatchOpenChannelResponse()
Empty Constructor
|
BatchOpenChannelResponse(javax.json.JsonReader jsonReader)
Json Parsing Constructor
|
BatchOpenChannelResponse(LightningApi.BatchOpenChannelResponse apiObject)
Constructor using underlying Lightning API Object
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PendingUpdate> |
getPendingChannels()
Getter for a list of pendingChannels.
|
protected void |
populateRepeatedFields()
Method to be overrided by inherited messages that contains repeatable or mapped fields.
|
void |
setPendingChannels(java.util.List<PendingUpdate> valueList)
Setter for list of pendingChannels.
|
equals, getApiObject, getMessageName, hashCode, toJson, toJsonAsString, toString, validatepublic BatchOpenChannelResponse()
public BatchOpenChannelResponse(javax.json.JsonReader jsonReader)
throws javax.json.JsonException
javax.json.JsonException - if problems was found with the supplied JSON data.public BatchOpenChannelResponse(LightningApi.BatchOpenChannelResponse apiObject)
public java.util.List<PendingUpdate> getPendingChannels() throws ClientSideException
ClientSideException - if problems occurred constructing the wrapped object.public void setPendingChannels(java.util.List<PendingUpdate> valueList)
protected void populateRepeatedFields()
MessagepopulateRepeatedFields in class Message<LightningApi.BatchOpenChannelResponse>