public static final class LightningApi.PendingChannelsResponse.Commitments.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<LightningApi.PendingChannelsResponse.Commitments.Builder> implements LightningApi.PendingChannelsResponse.CommitmentsOrBuilder
lnrpc.PendingChannelsResponse.Commitments| Modifier and Type | Method and Description |
|---|---|
LightningApi.PendingChannelsResponse.Commitments |
build() |
LightningApi.PendingChannelsResponse.Commitments |
buildPartial() |
LightningApi.PendingChannelsResponse.Commitments.Builder |
clear() |
LightningApi.PendingChannelsResponse.Commitments.Builder |
clearLocalCommitFeeSat()
The amount in satoshis calculated to be paid in fees for the local
commitment.
|
LightningApi.PendingChannelsResponse.Commitments.Builder |
clearLocalTxid()
Hash of the local version of the commitment tx.
|
LightningApi.PendingChannelsResponse.Commitments.Builder |
clearRemoteCommitFeeSat()
The amount in satoshis calculated to be paid in fees for the remote
commitment.
|
LightningApi.PendingChannelsResponse.Commitments.Builder |
clearRemotePendingCommitFeeSat()
The amount in satoshis calculated to be paid in fees for the remote
pending commitment.
|
LightningApi.PendingChannelsResponse.Commitments.Builder |
clearRemotePendingTxid()
Hash of the remote pending version of the commitment tx.
|
LightningApi.PendingChannelsResponse.Commitments.Builder |
clearRemoteTxid()
Hash of the remote version of the commitment tx.
|
LightningApi.PendingChannelsResponse.Commitments |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
long |
getLocalCommitFeeSat()
The amount in satoshis calculated to be paid in fees for the local
commitment.
|
java.lang.String |
getLocalTxid()
Hash of the local version of the commitment tx.
|
com.google.protobuf.ByteString |
getLocalTxidBytes()
Hash of the local version of the commitment tx.
|
long |
getRemoteCommitFeeSat()
The amount in satoshis calculated to be paid in fees for the remote
commitment.
|
long |
getRemotePendingCommitFeeSat()
The amount in satoshis calculated to be paid in fees for the remote
pending commitment.
|
java.lang.String |
getRemotePendingTxid()
Hash of the remote pending version of the commitment tx.
|
com.google.protobuf.ByteString |
getRemotePendingTxidBytes()
Hash of the remote pending version of the commitment tx.
|
java.lang.String |
getRemoteTxid()
Hash of the remote version of the commitment tx.
|
com.google.protobuf.ByteString |
getRemoteTxidBytes()
Hash of the remote version of the commitment tx.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
LightningApi.PendingChannelsResponse.Commitments.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
LightningApi.PendingChannelsResponse.Commitments.Builder |
mergeFrom(LightningApi.PendingChannelsResponse.Commitments other) |
LightningApi.PendingChannelsResponse.Commitments.Builder |
mergeFrom(com.google.protobuf.Message other) |
LightningApi.PendingChannelsResponse.Commitments.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
LightningApi.PendingChannelsResponse.Commitments.Builder |
setLocalCommitFeeSat(long value)
The amount in satoshis calculated to be paid in fees for the local
commitment.
|
LightningApi.PendingChannelsResponse.Commitments.Builder |
setLocalTxid(java.lang.String value)
Hash of the local version of the commitment tx.
|
LightningApi.PendingChannelsResponse.Commitments.Builder |
setLocalTxidBytes(com.google.protobuf.ByteString value)
Hash of the local version of the commitment tx.
|
LightningApi.PendingChannelsResponse.Commitments.Builder |
setRemoteCommitFeeSat(long value)
The amount in satoshis calculated to be paid in fees for the remote
commitment.
|
LightningApi.PendingChannelsResponse.Commitments.Builder |
setRemotePendingCommitFeeSat(long value)
The amount in satoshis calculated to be paid in fees for the remote
pending commitment.
|
LightningApi.PendingChannelsResponse.Commitments.Builder |
setRemotePendingTxid(java.lang.String value)
Hash of the remote pending version of the commitment tx.
|
LightningApi.PendingChannelsResponse.Commitments.Builder |
setRemotePendingTxidBytes(com.google.protobuf.ByteString value)
Hash of the remote pending version of the commitment tx.
|
LightningApi.PendingChannelsResponse.Commitments.Builder |
setRemoteTxid(java.lang.String value)
Hash of the remote version of the commitment tx.
|
LightningApi.PendingChannelsResponse.Commitments.Builder |
setRemoteTxidBytes(com.google.protobuf.ByteString value)
Hash of the remote version of the commitment tx.
|
LightningApi.PendingChannelsResponse.Commitments.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<LightningApi.PendingChannelsResponse.Commitments.Builder>public LightningApi.PendingChannelsResponse.Commitments.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<LightningApi.PendingChannelsResponse.Commitments.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<LightningApi.PendingChannelsResponse.Commitments.Builder>public LightningApi.PendingChannelsResponse.Commitments getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic LightningApi.PendingChannelsResponse.Commitments build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic LightningApi.PendingChannelsResponse.Commitments buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic LightningApi.PendingChannelsResponse.Commitments.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<LightningApi.PendingChannelsResponse.Commitments.Builder>public LightningApi.PendingChannelsResponse.Commitments.Builder mergeFrom(LightningApi.PendingChannelsResponse.Commitments other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<LightningApi.PendingChannelsResponse.Commitments.Builder>public LightningApi.PendingChannelsResponse.Commitments.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<LightningApi.PendingChannelsResponse.Commitments.Builder>java.io.IOExceptionpublic java.lang.String getLocalTxid()
Hash of the local version of the commitment tx.
string local_txid = 1;getLocalTxid in interface LightningApi.PendingChannelsResponse.CommitmentsOrBuilderpublic com.google.protobuf.ByteString getLocalTxidBytes()
Hash of the local version of the commitment tx.
string local_txid = 1;getLocalTxidBytes in interface LightningApi.PendingChannelsResponse.CommitmentsOrBuilderpublic LightningApi.PendingChannelsResponse.Commitments.Builder setLocalTxid(java.lang.String value)
Hash of the local version of the commitment tx.
string local_txid = 1;value - The localTxid to set.public LightningApi.PendingChannelsResponse.Commitments.Builder clearLocalTxid()
Hash of the local version of the commitment tx.
string local_txid = 1;public LightningApi.PendingChannelsResponse.Commitments.Builder setLocalTxidBytes(com.google.protobuf.ByteString value)
Hash of the local version of the commitment tx.
string local_txid = 1;value - The bytes for localTxid to set.public java.lang.String getRemoteTxid()
Hash of the remote version of the commitment tx.
string remote_txid = 2;getRemoteTxid in interface LightningApi.PendingChannelsResponse.CommitmentsOrBuilderpublic com.google.protobuf.ByteString getRemoteTxidBytes()
Hash of the remote version of the commitment tx.
string remote_txid = 2;getRemoteTxidBytes in interface LightningApi.PendingChannelsResponse.CommitmentsOrBuilderpublic LightningApi.PendingChannelsResponse.Commitments.Builder setRemoteTxid(java.lang.String value)
Hash of the remote version of the commitment tx.
string remote_txid = 2;value - The remoteTxid to set.public LightningApi.PendingChannelsResponse.Commitments.Builder clearRemoteTxid()
Hash of the remote version of the commitment tx.
string remote_txid = 2;public LightningApi.PendingChannelsResponse.Commitments.Builder setRemoteTxidBytes(com.google.protobuf.ByteString value)
Hash of the remote version of the commitment tx.
string remote_txid = 2;value - The bytes for remoteTxid to set.public java.lang.String getRemotePendingTxid()
Hash of the remote pending version of the commitment tx.
string remote_pending_txid = 3;getRemotePendingTxid in interface LightningApi.PendingChannelsResponse.CommitmentsOrBuilderpublic com.google.protobuf.ByteString getRemotePendingTxidBytes()
Hash of the remote pending version of the commitment tx.
string remote_pending_txid = 3;getRemotePendingTxidBytes in interface LightningApi.PendingChannelsResponse.CommitmentsOrBuilderpublic LightningApi.PendingChannelsResponse.Commitments.Builder setRemotePendingTxid(java.lang.String value)
Hash of the remote pending version of the commitment tx.
string remote_pending_txid = 3;value - The remotePendingTxid to set.public LightningApi.PendingChannelsResponse.Commitments.Builder clearRemotePendingTxid()
Hash of the remote pending version of the commitment tx.
string remote_pending_txid = 3;public LightningApi.PendingChannelsResponse.Commitments.Builder setRemotePendingTxidBytes(com.google.protobuf.ByteString value)
Hash of the remote pending version of the commitment tx.
string remote_pending_txid = 3;value - The bytes for remotePendingTxid to set.public long getLocalCommitFeeSat()
The amount in satoshis calculated to be paid in fees for the local commitment.
uint64 local_commit_fee_sat = 4;getLocalCommitFeeSat in interface LightningApi.PendingChannelsResponse.CommitmentsOrBuilderpublic LightningApi.PendingChannelsResponse.Commitments.Builder setLocalCommitFeeSat(long value)
The amount in satoshis calculated to be paid in fees for the local commitment.
uint64 local_commit_fee_sat = 4;value - The localCommitFeeSat to set.public LightningApi.PendingChannelsResponse.Commitments.Builder clearLocalCommitFeeSat()
The amount in satoshis calculated to be paid in fees for the local commitment.
uint64 local_commit_fee_sat = 4;public long getRemoteCommitFeeSat()
The amount in satoshis calculated to be paid in fees for the remote commitment.
uint64 remote_commit_fee_sat = 5;getRemoteCommitFeeSat in interface LightningApi.PendingChannelsResponse.CommitmentsOrBuilderpublic LightningApi.PendingChannelsResponse.Commitments.Builder setRemoteCommitFeeSat(long value)
The amount in satoshis calculated to be paid in fees for the remote commitment.
uint64 remote_commit_fee_sat = 5;value - The remoteCommitFeeSat to set.public LightningApi.PendingChannelsResponse.Commitments.Builder clearRemoteCommitFeeSat()
The amount in satoshis calculated to be paid in fees for the remote commitment.
uint64 remote_commit_fee_sat = 5;public long getRemotePendingCommitFeeSat()
The amount in satoshis calculated to be paid in fees for the remote pending commitment.
uint64 remote_pending_commit_fee_sat = 6;getRemotePendingCommitFeeSat in interface LightningApi.PendingChannelsResponse.CommitmentsOrBuilderpublic LightningApi.PendingChannelsResponse.Commitments.Builder setRemotePendingCommitFeeSat(long value)
The amount in satoshis calculated to be paid in fees for the remote pending commitment.
uint64 remote_pending_commit_fee_sat = 6;value - The remotePendingCommitFeeSat to set.public LightningApi.PendingChannelsResponse.Commitments.Builder clearRemotePendingCommitFeeSat()
The amount in satoshis calculated to be paid in fees for the remote pending commitment.
uint64 remote_pending_commit_fee_sat = 6;public final LightningApi.PendingChannelsResponse.Commitments.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<LightningApi.PendingChannelsResponse.Commitments.Builder>public final LightningApi.PendingChannelsResponse.Commitments.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<LightningApi.PendingChannelsResponse.Commitments.Builder>