public static final class Model.StellarAccountId extends com.google.protobuf.GeneratedMessageLite<Model.StellarAccountId,Model.StellarAccountId.Builder> implements Model.StellarAccountIdOrBuilder
kin.agora.common.v3.StellarAccountId| Modifier and Type | Class and Description |
|---|---|
static class |
Model.StellarAccountId.Builder
Protobuf type
kin.agora.common.v3.StellarAccountId |
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm| Modifier and Type | Field and Description |
|---|---|
static int |
VALUE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
java.lang.Object arg0,
java.lang.Object arg1) |
static Model.StellarAccountId |
getDefaultInstance() |
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.
|
static Model.StellarAccountId.Builder |
newBuilder() |
static Model.StellarAccountId.Builder |
newBuilder(Model.StellarAccountId prototype) |
static Model.StellarAccountId |
parseDelimitedFrom(java.io.InputStream input) |
static Model.StellarAccountId |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Model.StellarAccountId |
parseFrom(byte[] data) |
static Model.StellarAccountId |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Model.StellarAccountId |
parseFrom(java.nio.ByteBuffer data) |
static Model.StellarAccountId |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Model.StellarAccountId |
parseFrom(com.google.protobuf.ByteString data) |
static Model.StellarAccountId |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Model.StellarAccountId |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Model.StellarAccountId |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Model.StellarAccountId |
parseFrom(java.io.InputStream input) |
static Model.StellarAccountId |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Model.StellarAccountId> |
parser() |
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeToaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int VALUE_FIELD_NUMBER
public 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 static Model.StellarAccountId parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Model.StellarAccountId parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Model.StellarAccountId parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Model.StellarAccountId parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Model.StellarAccountId parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Model.StellarAccountId parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Model.StellarAccountId parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Model.StellarAccountId parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Model.StellarAccountId parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Model.StellarAccountId parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Model.StellarAccountId parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Model.StellarAccountId parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Model.StellarAccountId.Builder newBuilder()
public static Model.StellarAccountId.Builder newBuilder(Model.StellarAccountId prototype)
protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
java.lang.Object arg0,
java.lang.Object arg1)
dynamicMethod in class com.google.protobuf.GeneratedMessageLite<Model.StellarAccountId,Model.StellarAccountId.Builder>public static Model.StellarAccountId getDefaultInstance()
public static com.google.protobuf.Parser<Model.StellarAccountId> parser()