public static final class Api.VerifyTel extends com.google.protobuf.GeneratedMessageV3 implements Api.VerifyTelOrBuilder
com.model.proto.VerifyTel| Modifier and Type | Class and Description |
|---|---|
static class |
Api.VerifyTel.Builder
Protobuf type
com.model.proto.VerifyTel |
| 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.VerifyTel |
getDefaultInstance() |
Api.VerifyTel |
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.VerifyTel.Builder |
newBuilder() |
static Api.VerifyTel.Builder |
newBuilder(Api.VerifyTel prototype) |
Api.VerifyTel.Builder |
newBuilderForType() |
protected Api.VerifyTel.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Api.VerifyTel |
parseDelimitedFrom(java.io.InputStream input) |
static Api.VerifyTel |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Api.VerifyTel |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Api.VerifyTel |
parseFrom(com.google.protobuf.ByteString data) |
static Api.VerifyTel |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Api.VerifyTel |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Api.VerifyTel |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Api.VerifyTel |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
Api.VerifyTel.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.VerifyTelOrBuilderpublic int getCode()
int32 code = 2;getCode in interface Api.VerifyTelOrBuilderpublic java.lang.String getMsg()
string msg = 3;getMsg in interface Api.VerifyTelOrBuilderpublic com.google.protobuf.ByteString getMsgBytes()
string msg = 3;getMsgBytes in interface Api.VerifyTelOrBuilderpublic java.lang.String getRequestid()
string requestid = 4;getRequestid in interface Api.VerifyTelOrBuilderpublic com.google.protobuf.ByteString getRequestidBytes()
string requestid = 4;getRequestidBytes in interface Api.VerifyTelOrBuilderpublic 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.VerifyTel parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Api.VerifyTel parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Api.VerifyTel parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Api.VerifyTel parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Api.VerifyTel parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Api.VerifyTel parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Api.VerifyTel parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Api.VerifyTel parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic Api.VerifyTel.Builder newBuilderForType()
public static Api.VerifyTel.Builder newBuilder()
public static Api.VerifyTel.Builder newBuilder(Api.VerifyTel prototype)
public Api.VerifyTel.Builder toBuilder()
protected Api.VerifyTel.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static Api.VerifyTel getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public Api.VerifyTel getDefaultInstanceForType()