public static final class CommonProtos.Fault
extends com.google.protobuf.GeneratedMessage
Modifier and Type | Class and Description |
---|---|
static class |
CommonProtos.Fault.Builder |
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static int |
FAULTCODE_FIELD_NUMBER |
static int |
FAULTDETAIL_FIELD_NUMBER |
static int |
FAULTSTRING_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
static CommonProtos.Fault |
getDefaultInstance() |
CommonProtos.Fault |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getFaultCode() |
String |
getFaultDetail() |
String |
getFaultString() |
int |
getSerializedSize() |
boolean |
hasFaultCode() |
boolean |
hasFaultDetail() |
boolean |
hasFaultString() |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static CommonProtos.Fault.Builder |
newBuilder() |
static CommonProtos.Fault.Builder |
newBuilder(CommonProtos.Fault prototype) |
CommonProtos.Fault.Builder |
newBuilderForType() |
static CommonProtos.Fault |
parseDelimitedFrom(InputStream input) |
static CommonProtos.Fault |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommonProtos.Fault |
parseFrom(byte[] data) |
static CommonProtos.Fault |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommonProtos.Fault |
parseFrom(com.google.protobuf.ByteString data) |
static CommonProtos.Fault |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommonProtos.Fault |
parseFrom(com.google.protobuf.CodedInputStream input) |
static CommonProtos.Fault |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommonProtos.Fault |
parseFrom(InputStream input) |
static CommonProtos.Fault |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CommonProtos.Fault.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, newGeneratedExtension, newRepeatedGeneratedExtension
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int FAULTCODE_FIELD_NUMBER
public static final int FAULTSTRING_FIELD_NUMBER
public static final int FAULTDETAIL_FIELD_NUMBER
public static CommonProtos.Fault getDefaultInstance()
public CommonProtos.Fault getDefaultInstanceForType()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public boolean hasFaultCode()
public String getFaultCode()
public boolean hasFaultString()
public String getFaultString()
public boolean hasFaultDetail()
public String getFaultDetail()
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLite
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
public static CommonProtos.Fault parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CommonProtos.Fault parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CommonProtos.Fault parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CommonProtos.Fault parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CommonProtos.Fault parseFrom(InputStream input) throws IOException
IOException
public static CommonProtos.Fault parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static CommonProtos.Fault parseDelimitedFrom(InputStream input) throws IOException
IOException
public static CommonProtos.Fault parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static CommonProtos.Fault parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static CommonProtos.Fault parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static CommonProtos.Fault.Builder newBuilder()
public CommonProtos.Fault.Builder newBuilderForType()
public static CommonProtos.Fault.Builder newBuilder(CommonProtos.Fault prototype)
public CommonProtos.Fault.Builder toBuilder()