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