public static final class Api.VerifySMS extends com.google.protobuf.GeneratedMessageV3 implements Api.VerifySMSOrBuilder
com.model.proto.VerifySMS| Modifier and Type | Class and Description |
|---|---|
static class |
Api.VerifySMS.Builder
Protobuf type
com.model.proto.VerifySMS |
| Modifier and Type | Field and Description |
|---|---|
static int |
CODE_FIELD_NUMBER |
static int |
MSG_FIELD_NUMBER |
static int |
REQUESTID_FIELD_NUMBER |
static int |
STATUS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getCode()
int32 code = 2; |
static Api.VerifySMS |
getDefaultInstance() |
Api.VerifySMS |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getMsg()
string msg = 3; |
com.google.protobuf.ByteString |
getMsgBytes()
string msg = 3; |
<any> |
getParserForType() |
java.lang.String |
getRequestid()
string requestid = 4; |
com.google.protobuf.ByteString |
getRequestidBytes()
string requestid = 4; |
int |
getSerializedSize() |
int |
getStatus()
int32 status = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Api.VerifySMS.Builder |
newBuilder() |
static Api.VerifySMS.Builder |
newBuilder(Api.VerifySMS prototype) |
Api.VerifySMS.Builder |
newBuilderForType() |
protected Api.VerifySMS.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Api.VerifySMS |
parseDelimitedFrom(java.io.InputStream input) |
static Api.VerifySMS |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Api.VerifySMS |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Api.VerifySMS |
parseFrom(com.google.protobuf.ByteString data) |
static Api.VerifySMS |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Api.VerifySMS |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Api.VerifySMS |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Api.VerifySMS |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
Api.VerifySMS.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int STATUS_FIELD_NUMBER
public static final int CODE_FIELD_NUMBER
public static final int MSG_FIELD_NUMBER
public static final int REQUESTID_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public int getStatus()
int32 status = 1;getStatus in interface Api.VerifySMSOrBuilderpublic int getCode()
int32 code = 2;getCode in interface Api.VerifySMSOrBuilderpublic java.lang.String getMsg()
string msg = 3;getMsg in interface Api.VerifySMSOrBuilderpublic com.google.protobuf.ByteString getMsgBytes()
string msg = 3;getMsgBytes in interface Api.VerifySMSOrBuilderpublic java.lang.String getRequestid()
string requestid = 4;getRequestid in interface Api.VerifySMSOrBuilderpublic com.google.protobuf.ByteString getRequestidBytes()
string requestid = 4;getRequestidBytes in interface Api.VerifySMSOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
public boolean equals(java.lang.Object obj)
public int hashCode()
public static Api.VerifySMS parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Api.VerifySMS parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Api.VerifySMS parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Api.VerifySMS parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Api.VerifySMS parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Api.VerifySMS parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Api.VerifySMS parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Api.VerifySMS parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic Api.VerifySMS.Builder newBuilderForType()
public static Api.VerifySMS.Builder newBuilder()
public static Api.VerifySMS.Builder newBuilder(Api.VerifySMS prototype)
public Api.VerifySMS.Builder toBuilder()
protected Api.VerifySMS.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static Api.VerifySMS getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public Api.VerifySMS getDefaultInstanceForType()