public static final class LightningApi.TransactionDetails.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<LightningApi.TransactionDetails.Builder> implements LightningApi.TransactionDetailsOrBuilder
lnrpc.TransactionDetails| Modifier and Type | Method and Description |
|---|---|
LightningApi.TransactionDetails.Builder |
addAllTransactions(java.lang.Iterable<? extends LightningApi.Transaction> values)
The list of transactions relevant to the wallet.
|
LightningApi.TransactionDetails.Builder |
addTransactions(int index,
LightningApi.Transaction.Builder builderForValue)
The list of transactions relevant to the wallet.
|
LightningApi.TransactionDetails.Builder |
addTransactions(int index,
LightningApi.Transaction value)
The list of transactions relevant to the wallet.
|
LightningApi.TransactionDetails.Builder |
addTransactions(LightningApi.Transaction.Builder builderForValue)
The list of transactions relevant to the wallet.
|
LightningApi.TransactionDetails.Builder |
addTransactions(LightningApi.Transaction value)
The list of transactions relevant to the wallet.
|
LightningApi.Transaction.Builder |
addTransactionsBuilder()
The list of transactions relevant to the wallet.
|
LightningApi.Transaction.Builder |
addTransactionsBuilder(int index)
The list of transactions relevant to the wallet.
|
LightningApi.TransactionDetails |
build() |
LightningApi.TransactionDetails |
buildPartial() |
LightningApi.TransactionDetails.Builder |
clear() |
LightningApi.TransactionDetails.Builder |
clearTransactions()
The list of transactions relevant to the wallet.
|
LightningApi.TransactionDetails |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
LightningApi.Transaction |
getTransactions(int index)
The list of transactions relevant to the wallet.
|
LightningApi.Transaction.Builder |
getTransactionsBuilder(int index)
The list of transactions relevant to the wallet.
|
java.util.List<LightningApi.Transaction.Builder> |
getTransactionsBuilderList()
The list of transactions relevant to the wallet.
|
int |
getTransactionsCount()
The list of transactions relevant to the wallet.
|
java.util.List<LightningApi.Transaction> |
getTransactionsList()
The list of transactions relevant to the wallet.
|
LightningApi.TransactionOrBuilder |
getTransactionsOrBuilder(int index)
The list of transactions relevant to the wallet.
|
java.util.List<? extends LightningApi.TransactionOrBuilder> |
getTransactionsOrBuilderList()
The list of transactions relevant to the wallet.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
LightningApi.TransactionDetails.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
LightningApi.TransactionDetails.Builder |
mergeFrom(LightningApi.TransactionDetails other) |
LightningApi.TransactionDetails.Builder |
mergeFrom(com.google.protobuf.Message other) |
LightningApi.TransactionDetails.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
LightningApi.TransactionDetails.Builder |
removeTransactions(int index)
The list of transactions relevant to the wallet.
|
LightningApi.TransactionDetails.Builder |
setTransactions(int index,
LightningApi.Transaction.Builder builderForValue)
The list of transactions relevant to the wallet.
|
LightningApi.TransactionDetails.Builder |
setTransactions(int index,
LightningApi.Transaction value)
The list of transactions relevant to the wallet.
|
LightningApi.TransactionDetails.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.TransactionDetails.Builder>public LightningApi.TransactionDetails.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.TransactionDetails.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.TransactionDetails.Builder>public LightningApi.TransactionDetails getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic LightningApi.TransactionDetails build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic LightningApi.TransactionDetails buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic LightningApi.TransactionDetails.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<LightningApi.TransactionDetails.Builder>public LightningApi.TransactionDetails.Builder mergeFrom(LightningApi.TransactionDetails other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<LightningApi.TransactionDetails.Builder>public LightningApi.TransactionDetails.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.TransactionDetails.Builder>java.io.IOExceptionpublic java.util.List<LightningApi.Transaction> getTransactionsList()
The list of transactions relevant to the wallet.
repeated .lnrpc.Transaction transactions = 1;getTransactionsList in interface LightningApi.TransactionDetailsOrBuilderpublic int getTransactionsCount()
The list of transactions relevant to the wallet.
repeated .lnrpc.Transaction transactions = 1;getTransactionsCount in interface LightningApi.TransactionDetailsOrBuilderpublic LightningApi.Transaction getTransactions(int index)
The list of transactions relevant to the wallet.
repeated .lnrpc.Transaction transactions = 1;getTransactions in interface LightningApi.TransactionDetailsOrBuilderpublic LightningApi.TransactionDetails.Builder setTransactions(int index, LightningApi.Transaction value)
The list of transactions relevant to the wallet.
repeated .lnrpc.Transaction transactions = 1;public LightningApi.TransactionDetails.Builder setTransactions(int index, LightningApi.Transaction.Builder builderForValue)
The list of transactions relevant to the wallet.
repeated .lnrpc.Transaction transactions = 1;public LightningApi.TransactionDetails.Builder addTransactions(LightningApi.Transaction value)
The list of transactions relevant to the wallet.
repeated .lnrpc.Transaction transactions = 1;public LightningApi.TransactionDetails.Builder addTransactions(int index, LightningApi.Transaction value)
The list of transactions relevant to the wallet.
repeated .lnrpc.Transaction transactions = 1;public LightningApi.TransactionDetails.Builder addTransactions(LightningApi.Transaction.Builder builderForValue)
The list of transactions relevant to the wallet.
repeated .lnrpc.Transaction transactions = 1;public LightningApi.TransactionDetails.Builder addTransactions(int index, LightningApi.Transaction.Builder builderForValue)
The list of transactions relevant to the wallet.
repeated .lnrpc.Transaction transactions = 1;public LightningApi.TransactionDetails.Builder addAllTransactions(java.lang.Iterable<? extends LightningApi.Transaction> values)
The list of transactions relevant to the wallet.
repeated .lnrpc.Transaction transactions = 1;public LightningApi.TransactionDetails.Builder clearTransactions()
The list of transactions relevant to the wallet.
repeated .lnrpc.Transaction transactions = 1;public LightningApi.TransactionDetails.Builder removeTransactions(int index)
The list of transactions relevant to the wallet.
repeated .lnrpc.Transaction transactions = 1;public LightningApi.Transaction.Builder getTransactionsBuilder(int index)
The list of transactions relevant to the wallet.
repeated .lnrpc.Transaction transactions = 1;public LightningApi.TransactionOrBuilder getTransactionsOrBuilder(int index)
The list of transactions relevant to the wallet.
repeated .lnrpc.Transaction transactions = 1;getTransactionsOrBuilder in interface LightningApi.TransactionDetailsOrBuilderpublic java.util.List<? extends LightningApi.TransactionOrBuilder> getTransactionsOrBuilderList()
The list of transactions relevant to the wallet.
repeated .lnrpc.Transaction transactions = 1;getTransactionsOrBuilderList in interface LightningApi.TransactionDetailsOrBuilderpublic LightningApi.Transaction.Builder addTransactionsBuilder()
The list of transactions relevant to the wallet.
repeated .lnrpc.Transaction transactions = 1;public LightningApi.Transaction.Builder addTransactionsBuilder(int index)
The list of transactions relevant to the wallet.
repeated .lnrpc.Transaction transactions = 1;public java.util.List<LightningApi.Transaction.Builder> getTransactionsBuilderList()
The list of transactions relevant to the wallet.
repeated .lnrpc.Transaction transactions = 1;public final LightningApi.TransactionDetails.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<LightningApi.TransactionDetails.Builder>public final LightningApi.TransactionDetails.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<LightningApi.TransactionDetails.Builder>