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