public static final class WalletKitOuterClass.AddressProperty.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<WalletKitOuterClass.AddressProperty.Builder> implements WalletKitOuterClass.AddressPropertyOrBuilder
walletrpc.AddressProperty| Modifier and Type | Method and Description |
|---|---|
WalletKitOuterClass.AddressProperty |
build() |
WalletKitOuterClass.AddressProperty |
buildPartial() |
WalletKitOuterClass.AddressProperty.Builder |
clear() |
WalletKitOuterClass.AddressProperty.Builder |
clearAddress()
The address encoded using the appropriate format depending on the
address type (base58, bech32, bech32m).
|
WalletKitOuterClass.AddressProperty.Builder |
clearBalance()
The balance of the address.
|
WalletKitOuterClass.AddressProperty.Builder |
clearIsInternal()
Denotes if the address is a change address.
|
java.lang.String |
getAddress()
The address encoded using the appropriate format depending on the
address type (base58, bech32, bech32m).
|
com.google.protobuf.ByteString |
getAddressBytes()
The address encoded using the appropriate format depending on the
address type (base58, bech32, bech32m).
|
long |
getBalance()
The balance of the address.
|
WalletKitOuterClass.AddressProperty |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
getIsInternal()
Denotes if the address is a change address.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
WalletKitOuterClass.AddressProperty.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
WalletKitOuterClass.AddressProperty.Builder |
mergeFrom(com.google.protobuf.Message other) |
WalletKitOuterClass.AddressProperty.Builder |
mergeFrom(WalletKitOuterClass.AddressProperty other) |
WalletKitOuterClass.AddressProperty.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
WalletKitOuterClass.AddressProperty.Builder |
setAddress(java.lang.String value)
The address encoded using the appropriate format depending on the
address type (base58, bech32, bech32m).
|
WalletKitOuterClass.AddressProperty.Builder |
setAddressBytes(com.google.protobuf.ByteString value)
The address encoded using the appropriate format depending on the
address type (base58, bech32, bech32m).
|
WalletKitOuterClass.AddressProperty.Builder |
setBalance(long value)
The balance of the address.
|
WalletKitOuterClass.AddressProperty.Builder |
setIsInternal(boolean value)
Denotes if the address is a change address.
|
WalletKitOuterClass.AddressProperty.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<WalletKitOuterClass.AddressProperty.Builder>public WalletKitOuterClass.AddressProperty.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.AddressProperty.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.AddressProperty.Builder>public WalletKitOuterClass.AddressProperty getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic WalletKitOuterClass.AddressProperty build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic WalletKitOuterClass.AddressProperty buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic WalletKitOuterClass.AddressProperty.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<WalletKitOuterClass.AddressProperty.Builder>public WalletKitOuterClass.AddressProperty.Builder mergeFrom(WalletKitOuterClass.AddressProperty other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<WalletKitOuterClass.AddressProperty.Builder>public WalletKitOuterClass.AddressProperty.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.AddressProperty.Builder>java.io.IOExceptionpublic java.lang.String getAddress()
The address encoded using the appropriate format depending on the address type (base58, bech32, bech32m). Note that lnd's internal/custom keys for channels and other functionality are derived from the same scope. Since they aren't really used as addresses and will never have an on-chain balance, we'll show the public key instead (only if the show_custom_accounts flag is provided).
string address = 1;getAddress in interface WalletKitOuterClass.AddressPropertyOrBuilderpublic com.google.protobuf.ByteString getAddressBytes()
The address encoded using the appropriate format depending on the address type (base58, bech32, bech32m). Note that lnd's internal/custom keys for channels and other functionality are derived from the same scope. Since they aren't really used as addresses and will never have an on-chain balance, we'll show the public key instead (only if the show_custom_accounts flag is provided).
string address = 1;getAddressBytes in interface WalletKitOuterClass.AddressPropertyOrBuilderpublic WalletKitOuterClass.AddressProperty.Builder setAddress(java.lang.String value)
The address encoded using the appropriate format depending on the address type (base58, bech32, bech32m). Note that lnd's internal/custom keys for channels and other functionality are derived from the same scope. Since they aren't really used as addresses and will never have an on-chain balance, we'll show the public key instead (only if the show_custom_accounts flag is provided).
string address = 1;value - The address to set.public WalletKitOuterClass.AddressProperty.Builder clearAddress()
The address encoded using the appropriate format depending on the address type (base58, bech32, bech32m). Note that lnd's internal/custom keys for channels and other functionality are derived from the same scope. Since they aren't really used as addresses and will never have an on-chain balance, we'll show the public key instead (only if the show_custom_accounts flag is provided).
string address = 1;public WalletKitOuterClass.AddressProperty.Builder setAddressBytes(com.google.protobuf.ByteString value)
The address encoded using the appropriate format depending on the address type (base58, bech32, bech32m). Note that lnd's internal/custom keys for channels and other functionality are derived from the same scope. Since they aren't really used as addresses and will never have an on-chain balance, we'll show the public key instead (only if the show_custom_accounts flag is provided).
string address = 1;value - The bytes for address to set.public boolean getIsInternal()
Denotes if the address is a change address.
bool is_internal = 2;getIsInternal in interface WalletKitOuterClass.AddressPropertyOrBuilderpublic WalletKitOuterClass.AddressProperty.Builder setIsInternal(boolean value)
Denotes if the address is a change address.
bool is_internal = 2;value - The isInternal to set.public WalletKitOuterClass.AddressProperty.Builder clearIsInternal()
Denotes if the address is a change address.
bool is_internal = 2;public long getBalance()
The balance of the address.
int64 balance = 3;getBalance in interface WalletKitOuterClass.AddressPropertyOrBuilderpublic WalletKitOuterClass.AddressProperty.Builder setBalance(long value)
The balance of the address.
int64 balance = 3;value - The balance to set.public WalletKitOuterClass.AddressProperty.Builder clearBalance()
The balance of the address.
int64 balance = 3;public final WalletKitOuterClass.AddressProperty.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<WalletKitOuterClass.AddressProperty.Builder>public final WalletKitOuterClass.AddressProperty.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<WalletKitOuterClass.AddressProperty.Builder>