public static final class CommonProtos.Fault
extends com.google.protobuf.GeneratedMessage
| 修飾子とタイプ | クラスと説明 |
|---|---|
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>| 修飾子とタイプ | フィールドと説明 |
|---|---|
static int |
FAULTCODE_FIELD_NUMBER |
static int |
FAULTDETAIL_FIELD_NUMBER |
static int |
FAULTSTRING_FIELD_NUMBER |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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, newRepeatedGeneratedExtensionpublic 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 クラス内 com.google.protobuf.GeneratedMessagepublic boolean hasFaultCode()
public String getFaultCode()
public boolean hasFaultString()
public String getFaultString()
public boolean hasFaultDetail()
public String getFaultDetail()
public final boolean isInitialized()
isInitialized インタフェース内 com.google.protobuf.MessageLiteisInitialized クラス内 com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo インタフェース内 com.google.protobuf.MessageLitewriteTo クラス内 com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize インタフェース内 com.google.protobuf.MessageLitegetSerializedSize クラス内 com.google.protobuf.AbstractMessagepublic static CommonProtos.Fault parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CommonProtos.Fault parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CommonProtos.Fault parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CommonProtos.Fault parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CommonProtos.Fault parseFrom(InputStream input) throws IOException
IOExceptionpublic static CommonProtos.Fault parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CommonProtos.Fault parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static CommonProtos.Fault parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CommonProtos.Fault parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static CommonProtos.Fault parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CommonProtos.Fault.Builder newBuilder()
public CommonProtos.Fault.Builder newBuilderForType()
public static CommonProtos.Fault.Builder newBuilder(CommonProtos.Fault prototype)
public CommonProtos.Fault.Builder toBuilder()
Copyright © 2017. All rights reserved.