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