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