public static final class Model.StellarAccountId.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<Model.StellarAccountId,Model.StellarAccountId.Builder> implements Model.StellarAccountIdOrBuilder
kin.agora.common.v3.StellarAccountId| Modifier and Type | Method and Description |
|---|---|
Model.StellarAccountId.Builder |
clearValue()
The public key of accounts always starts with a G, so we
ensure that the value starts with a G to prevent the secret
key from being used.
|
java.lang.String |
getValue()
The public key of accounts always starts with a G, so we
ensure that the value starts with a G to prevent the secret
key from being used.
|
com.google.protobuf.ByteString |
getValueBytes()
The public key of accounts always starts with a G, so we
ensure that the value starts with a G to prevent the secret
key from being used.
|
Model.StellarAccountId.Builder |
setValue(java.lang.String value)
The public key of accounts always starts with a G, so we
ensure that the value starts with a G to prevent the secret
key from being used.
|
Model.StellarAccountId.Builder |
setValueBytes(com.google.protobuf.ByteString value)
The public key of accounts always starts with a G, so we
ensure that the value starts with a G to prevent the secret
key from being used.
|
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFromaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionpublic java.lang.String getValue()
The public key of accounts always starts with a G, so we ensure that the value starts with a G to prevent the secret key from being used.
string value = 1;getValue in interface Model.StellarAccountIdOrBuilderpublic com.google.protobuf.ByteString getValueBytes()
The public key of accounts always starts with a G, so we ensure that the value starts with a G to prevent the secret key from being used.
string value = 1;getValueBytes in interface Model.StellarAccountIdOrBuilderpublic Model.StellarAccountId.Builder setValue(java.lang.String value)
The public key of accounts always starts with a G, so we ensure that the value starts with a G to prevent the secret key from being used.
string value = 1;value - The value to set.public Model.StellarAccountId.Builder clearValue()
The public key of accounts always starts with a G, so we ensure that the value starts with a G to prevent the secret key from being used.
string value = 1;public Model.StellarAccountId.Builder setValueBytes(com.google.protobuf.ByteString value)
The public key of accounts always starts with a G, so we ensure that the value starts with a G to prevent the secret key from being used.
string value = 1;value - The bytes for value to set.