public static final class WalletKitOuterClass.ListUnspentResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<WalletKitOuterClass.ListUnspentResponse.Builder> implements WalletKitOuterClass.ListUnspentResponseOrBuilder
walletrpc.ListUnspentResponse| Modifier and Type | Method and Description |
|---|---|
WalletKitOuterClass.ListUnspentResponse.Builder |
addAllUtxos(java.lang.Iterable<? extends LightningApi.Utxo> values)
A list of utxos satisfying the specified number of confirmations.
|
WalletKitOuterClass.ListUnspentResponse.Builder |
addUtxos(int index,
LightningApi.Utxo.Builder builderForValue)
A list of utxos satisfying the specified number of confirmations.
|
WalletKitOuterClass.ListUnspentResponse.Builder |
addUtxos(int index,
LightningApi.Utxo value)
A list of utxos satisfying the specified number of confirmations.
|
WalletKitOuterClass.ListUnspentResponse.Builder |
addUtxos(LightningApi.Utxo.Builder builderForValue)
A list of utxos satisfying the specified number of confirmations.
|
WalletKitOuterClass.ListUnspentResponse.Builder |
addUtxos(LightningApi.Utxo value)
A list of utxos satisfying the specified number of confirmations.
|
LightningApi.Utxo.Builder |
addUtxosBuilder()
A list of utxos satisfying the specified number of confirmations.
|
LightningApi.Utxo.Builder |
addUtxosBuilder(int index)
A list of utxos satisfying the specified number of confirmations.
|
WalletKitOuterClass.ListUnspentResponse |
build() |
WalletKitOuterClass.ListUnspentResponse |
buildPartial() |
WalletKitOuterClass.ListUnspentResponse.Builder |
clear() |
WalletKitOuterClass.ListUnspentResponse.Builder |
clearUtxos()
A list of utxos satisfying the specified number of confirmations.
|
WalletKitOuterClass.ListUnspentResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
LightningApi.Utxo |
getUtxos(int index)
A list of utxos satisfying the specified number of confirmations.
|
LightningApi.Utxo.Builder |
getUtxosBuilder(int index)
A list of utxos satisfying the specified number of confirmations.
|
java.util.List<LightningApi.Utxo.Builder> |
getUtxosBuilderList()
A list of utxos satisfying the specified number of confirmations.
|
int |
getUtxosCount()
A list of utxos satisfying the specified number of confirmations.
|
java.util.List<LightningApi.Utxo> |
getUtxosList()
A list of utxos satisfying the specified number of confirmations.
|
LightningApi.UtxoOrBuilder |
getUtxosOrBuilder(int index)
A list of utxos satisfying the specified number of confirmations.
|
java.util.List<? extends LightningApi.UtxoOrBuilder> |
getUtxosOrBuilderList()
A list of utxos satisfying the specified number of confirmations.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
WalletKitOuterClass.ListUnspentResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
WalletKitOuterClass.ListUnspentResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
WalletKitOuterClass.ListUnspentResponse.Builder |
mergeFrom(WalletKitOuterClass.ListUnspentResponse other) |
WalletKitOuterClass.ListUnspentResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
WalletKitOuterClass.ListUnspentResponse.Builder |
removeUtxos(int index)
A list of utxos satisfying the specified number of confirmations.
|
WalletKitOuterClass.ListUnspentResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
WalletKitOuterClass.ListUnspentResponse.Builder |
setUtxos(int index,
LightningApi.Utxo.Builder builderForValue)
A list of utxos satisfying the specified number of confirmations.
|
WalletKitOuterClass.ListUnspentResponse.Builder |
setUtxos(int index,
LightningApi.Utxo value)
A list of utxos satisfying the specified number of confirmations.
|
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<WalletKitOuterClass.ListUnspentResponse.Builder>public WalletKitOuterClass.ListUnspentResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<WalletKitOuterClass.ListUnspentResponse.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<WalletKitOuterClass.ListUnspentResponse.Builder>public WalletKitOuterClass.ListUnspentResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic WalletKitOuterClass.ListUnspentResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic WalletKitOuterClass.ListUnspentResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic WalletKitOuterClass.ListUnspentResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<WalletKitOuterClass.ListUnspentResponse.Builder>public WalletKitOuterClass.ListUnspentResponse.Builder mergeFrom(WalletKitOuterClass.ListUnspentResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<WalletKitOuterClass.ListUnspentResponse.Builder>public WalletKitOuterClass.ListUnspentResponse.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<WalletKitOuterClass.ListUnspentResponse.Builder>java.io.IOExceptionpublic java.util.List<LightningApi.Utxo> getUtxosList()
A list of utxos satisfying the specified number of confirmations.
repeated .lnrpc.Utxo utxos = 1;getUtxosList in interface WalletKitOuterClass.ListUnspentResponseOrBuilderpublic int getUtxosCount()
A list of utxos satisfying the specified number of confirmations.
repeated .lnrpc.Utxo utxos = 1;getUtxosCount in interface WalletKitOuterClass.ListUnspentResponseOrBuilderpublic LightningApi.Utxo getUtxos(int index)
A list of utxos satisfying the specified number of confirmations.
repeated .lnrpc.Utxo utxos = 1;getUtxos in interface WalletKitOuterClass.ListUnspentResponseOrBuilderpublic WalletKitOuterClass.ListUnspentResponse.Builder setUtxos(int index, LightningApi.Utxo value)
A list of utxos satisfying the specified number of confirmations.
repeated .lnrpc.Utxo utxos = 1;public WalletKitOuterClass.ListUnspentResponse.Builder setUtxos(int index, LightningApi.Utxo.Builder builderForValue)
A list of utxos satisfying the specified number of confirmations.
repeated .lnrpc.Utxo utxos = 1;public WalletKitOuterClass.ListUnspentResponse.Builder addUtxos(LightningApi.Utxo value)
A list of utxos satisfying the specified number of confirmations.
repeated .lnrpc.Utxo utxos = 1;public WalletKitOuterClass.ListUnspentResponse.Builder addUtxos(int index, LightningApi.Utxo value)
A list of utxos satisfying the specified number of confirmations.
repeated .lnrpc.Utxo utxos = 1;public WalletKitOuterClass.ListUnspentResponse.Builder addUtxos(LightningApi.Utxo.Builder builderForValue)
A list of utxos satisfying the specified number of confirmations.
repeated .lnrpc.Utxo utxos = 1;public WalletKitOuterClass.ListUnspentResponse.Builder addUtxos(int index, LightningApi.Utxo.Builder builderForValue)
A list of utxos satisfying the specified number of confirmations.
repeated .lnrpc.Utxo utxos = 1;public WalletKitOuterClass.ListUnspentResponse.Builder addAllUtxos(java.lang.Iterable<? extends LightningApi.Utxo> values)
A list of utxos satisfying the specified number of confirmations.
repeated .lnrpc.Utxo utxos = 1;public WalletKitOuterClass.ListUnspentResponse.Builder clearUtxos()
A list of utxos satisfying the specified number of confirmations.
repeated .lnrpc.Utxo utxos = 1;public WalletKitOuterClass.ListUnspentResponse.Builder removeUtxos(int index)
A list of utxos satisfying the specified number of confirmations.
repeated .lnrpc.Utxo utxos = 1;public LightningApi.Utxo.Builder getUtxosBuilder(int index)
A list of utxos satisfying the specified number of confirmations.
repeated .lnrpc.Utxo utxos = 1;public LightningApi.UtxoOrBuilder getUtxosOrBuilder(int index)
A list of utxos satisfying the specified number of confirmations.
repeated .lnrpc.Utxo utxos = 1;getUtxosOrBuilder in interface WalletKitOuterClass.ListUnspentResponseOrBuilderpublic java.util.List<? extends LightningApi.UtxoOrBuilder> getUtxosOrBuilderList()
A list of utxos satisfying the specified number of confirmations.
repeated .lnrpc.Utxo utxos = 1;getUtxosOrBuilderList in interface WalletKitOuterClass.ListUnspentResponseOrBuilderpublic LightningApi.Utxo.Builder addUtxosBuilder()
A list of utxos satisfying the specified number of confirmations.
repeated .lnrpc.Utxo utxos = 1;public LightningApi.Utxo.Builder addUtxosBuilder(int index)
A list of utxos satisfying the specified number of confirmations.
repeated .lnrpc.Utxo utxos = 1;public java.util.List<LightningApi.Utxo.Builder> getUtxosBuilderList()
A list of utxos satisfying the specified number of confirmations.
repeated .lnrpc.Utxo utxos = 1;public final WalletKitOuterClass.ListUnspentResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<WalletKitOuterClass.ListUnspentResponse.Builder>public final WalletKitOuterClass.ListUnspentResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<WalletKitOuterClass.ListUnspentResponse.Builder>