public static final class LightningApi.OutPoint.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<LightningApi.OutPoint.Builder> implements LightningApi.OutPointOrBuilder
lnrpc.OutPoint| Modifier and Type | Method and Description |
|---|---|
LightningApi.OutPoint |
build() |
LightningApi.OutPoint |
buildPartial() |
LightningApi.OutPoint.Builder |
clear() |
LightningApi.OutPoint.Builder |
clearOutputIndex()
The index of the output on the transaction.
|
LightningApi.OutPoint.Builder |
clearTxidBytes()
Raw bytes representing the transaction id.
|
LightningApi.OutPoint.Builder |
clearTxidStr()
Reversed, hex-encoded string representing the transaction id.
|
LightningApi.OutPoint |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getOutputIndex()
The index of the output on the transaction.
|
com.google.protobuf.ByteString |
getTxidBytes()
Raw bytes representing the transaction id.
|
java.lang.String |
getTxidStr()
Reversed, hex-encoded string representing the transaction id.
|
com.google.protobuf.ByteString |
getTxidStrBytes()
Reversed, hex-encoded string representing the transaction id.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
LightningApi.OutPoint.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
LightningApi.OutPoint.Builder |
mergeFrom(LightningApi.OutPoint other) |
LightningApi.OutPoint.Builder |
mergeFrom(com.google.protobuf.Message other) |
LightningApi.OutPoint.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
LightningApi.OutPoint.Builder |
setOutputIndex(int value)
The index of the output on the transaction.
|
LightningApi.OutPoint.Builder |
setTxidBytes(com.google.protobuf.ByteString value)
Raw bytes representing the transaction id.
|
LightningApi.OutPoint.Builder |
setTxidStr(java.lang.String value)
Reversed, hex-encoded string representing the transaction id.
|
LightningApi.OutPoint.Builder |
setTxidStrBytes(com.google.protobuf.ByteString value)
Reversed, hex-encoded string representing the transaction id.
|
LightningApi.OutPoint.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.OutPoint.Builder>public LightningApi.OutPoint.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.OutPoint.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.OutPoint.Builder>public LightningApi.OutPoint getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic LightningApi.OutPoint build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic LightningApi.OutPoint buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic LightningApi.OutPoint.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<LightningApi.OutPoint.Builder>public LightningApi.OutPoint.Builder mergeFrom(LightningApi.OutPoint other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<LightningApi.OutPoint.Builder>public LightningApi.OutPoint.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.OutPoint.Builder>java.io.IOExceptionpublic com.google.protobuf.ByteString getTxidBytes()
Raw bytes representing the transaction id.
bytes txid_bytes = 1;getTxidBytes in interface LightningApi.OutPointOrBuilderpublic LightningApi.OutPoint.Builder setTxidBytes(com.google.protobuf.ByteString value)
Raw bytes representing the transaction id.
bytes txid_bytes = 1;value - The txidBytes to set.public LightningApi.OutPoint.Builder clearTxidBytes()
Raw bytes representing the transaction id.
bytes txid_bytes = 1;public java.lang.String getTxidStr()
Reversed, hex-encoded string representing the transaction id.
string txid_str = 2;getTxidStr in interface LightningApi.OutPointOrBuilderpublic com.google.protobuf.ByteString getTxidStrBytes()
Reversed, hex-encoded string representing the transaction id.
string txid_str = 2;getTxidStrBytes in interface LightningApi.OutPointOrBuilderpublic LightningApi.OutPoint.Builder setTxidStr(java.lang.String value)
Reversed, hex-encoded string representing the transaction id.
string txid_str = 2;value - The txidStr to set.public LightningApi.OutPoint.Builder clearTxidStr()
Reversed, hex-encoded string representing the transaction id.
string txid_str = 2;public LightningApi.OutPoint.Builder setTxidStrBytes(com.google.protobuf.ByteString value)
Reversed, hex-encoded string representing the transaction id.
string txid_str = 2;value - The bytes for txidStr to set.public int getOutputIndex()
The index of the output on the transaction.
uint32 output_index = 3;getOutputIndex in interface LightningApi.OutPointOrBuilderpublic LightningApi.OutPoint.Builder setOutputIndex(int value)
The index of the output on the transaction.
uint32 output_index = 3;value - The outputIndex to set.public LightningApi.OutPoint.Builder clearOutputIndex()
The index of the output on the transaction.
uint32 output_index = 3;public final LightningApi.OutPoint.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<LightningApi.OutPoint.Builder>public final LightningApi.OutPoint.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<LightningApi.OutPoint.Builder>