public static final class FinishedPostData.Data extends com.google.protobuf.GeneratedMessage implements FinishedPostData.DataOrBuilder
FinishedPostData.Data| Modifier and Type | Class and Description |
|---|---|
static class |
FinishedPostData.Data.Builder
Protobuf type
FinishedPostData.Data |
| Modifier and Type | Field and Description |
|---|---|
static <any> |
PARSER |
static int |
RESPONSE_CODE_FIELD_NUMBER |
static int |
RESPONSE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static FinishedPostData.Data |
getDefaultInstance() |
FinishedPostData.Data |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
<any> |
getParserForType() |
java.lang.String |
getResponse()
required string response = 1; |
com.google.protobuf.ByteString |
getResponseBytes()
required string response = 1; |
int |
getResponseCode()
required uint32 response_code = 2; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasResponse()
required string response = 1; |
boolean |
hasResponseCode()
required uint32 response_code = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static FinishedPostData.Data.Builder |
newBuilder() |
static FinishedPostData.Data.Builder |
newBuilder(FinishedPostData.Data prototype) |
FinishedPostData.Data.Builder |
newBuilderForType() |
protected FinishedPostData.Data.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static FinishedPostData.Data |
parseDelimitedFrom(java.io.InputStream input) |
static FinishedPostData.Data |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FinishedPostData.Data |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FinishedPostData.Data |
parseFrom(com.google.protobuf.ByteString data) |
static FinishedPostData.Data |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FinishedPostData.Data |
parseFrom(com.google.protobuf.CodedInputStream input) |
static FinishedPostData.Data |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FinishedPostData.Data |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FinishedPostData.Data.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int RESPONSE_FIELD_NUMBER
public static final int RESPONSE_CODE_FIELD_NUMBER
public static FinishedPostData.Data getDefaultInstance()
public FinishedPostData.Data getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
public boolean hasResponse()
required string response = 1;hasResponse in interface FinishedPostData.DataOrBuilderpublic java.lang.String getResponse()
required string response = 1;getResponse in interface FinishedPostData.DataOrBuilderpublic com.google.protobuf.ByteString getResponseBytes()
required string response = 1;getResponseBytes in interface FinishedPostData.DataOrBuilderpublic boolean hasResponseCode()
required uint32 response_code = 2;hasResponseCode in interface FinishedPostData.DataOrBuilderpublic int getResponseCode()
required uint32 response_code = 2;getResponseCode in interface FinishedPostData.DataOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
java.io.ObjectStreamExceptionpublic static FinishedPostData.Data parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FinishedPostData.Data parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FinishedPostData.Data parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FinishedPostData.Data parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static FinishedPostData.Data parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static FinishedPostData.Data parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static FinishedPostData.Data parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static FinishedPostData.Data parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static FinishedPostData.Data.Builder newBuilder()
public FinishedPostData.Data.Builder newBuilderForType()
public static FinishedPostData.Data.Builder newBuilder(FinishedPostData.Data prototype)
public FinishedPostData.Data.Builder toBuilder()
protected FinishedPostData.Data.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)