Package net.osslabz.lnd.dto
Class LnrpcMultiChanBackup
java.lang.Object
net.osslabz.lnd.dto.LnrpcMultiChanBackup
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-07T12:03:34.958542131Z[Etc/UTC]")
public class LnrpcMultiChanBackup
extends Object
LnrpcMultiChanBackup
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddChanPointsItem(LnrpcChannelPoint chanPointsItem) chanPoints(List<LnrpcChannelPoint> chanPoints) booleanIs the set of all channels that are included in this multi-channel backup.byte[]A single encrypted blob containing all the static channel backups of the channel listed above.inthashCode()multiChanBackup(byte[] multiChanBackup) voidsetChanPoints(List<LnrpcChannelPoint> chanPoints) voidsetMultiChanBackup(byte[] multiChanBackup) toString()
-
Field Details
-
SERIALIZED_NAME_CHAN_POINTS
- See Also:
-
SERIALIZED_NAME_MULTI_CHAN_BACKUP
- See Also:
-
-
Constructor Details
-
LnrpcMultiChanBackup
public LnrpcMultiChanBackup()
-
-
Method Details
-
chanPoints
-
addChanPointsItem
-
getChanPoints
Is the set of all channels that are included in this multi-channel backup.- Returns:
- chanPoints
-
setChanPoints
-
multiChanBackup
-
getMultiChanBackup
@Nullable public byte[] getMultiChanBackup()A single encrypted blob containing all the static channel backups of the channel listed above. This can be stored as a single file or blob, and safely be replaced with any prior/future versions. When using REST, this field must be encoded as base64.- Returns:
- multiChanBackup
-
setMultiChanBackup
public void setMultiChanBackup(byte[] multiChanBackup) -
equals
-
hashCode
public int hashCode() -
toString
-