public final class Out extends com.google.protobuf.GeneratedMessageV3 implements OutOrBuilder
connector.Out| 限定符和类型 | 类和说明 |
|---|---|
static class |
Out.Builder
Protobuf type
connector.Out |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| 限定符和类型 | 字段和说明 |
|---|---|
static int |
ERRMSG_FIELD_NUMBER |
static int |
ERRORCODE_FIELD_NUMBER |
static int |
ERRORDESC_FIELD_NUMBER |
static int |
ERRORVALUE_FIELD_NUMBER |
static int |
HTTP_FIELD_NUMBER |
static int |
OUTPUT_FIELD_NUMBER |
static int |
RESPINFO_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
static Out |
getDefaultInstance() |
Out |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getErrMsg()
string errMsg = 5; |
com.google.protobuf.ByteString |
getErrMsgBytes()
string errMsg = 5; |
String |
getErrorCode()
string errorCode = 3; |
com.google.protobuf.ByteString |
getErrorCodeBytes()
string errorCode = 3; |
String |
getErrorDesc()
string errorDesc = 4; |
com.google.protobuf.ByteString |
getErrorDescBytes()
string errorDesc = 4; |
int |
getErrorValue()
int32 errorValue = 2; |
String |
getHttp()
string http = 6; |
com.google.protobuf.ByteString |
getHttpBytes()
string http = 6; |
String |
getOutput()
string output = 7; |
com.google.protobuf.ByteString |
getOutputBytes()
string output = 7; |
com.google.protobuf.Parser<Out> |
getParserForType() |
RespInfo |
getRespInfo()
.connector.RespInfo respInfo = 1; |
RespInfoOrBuilder |
getRespInfoOrBuilder()
.connector.RespInfo respInfo = 1; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasRespInfo()
.connector.RespInfo respInfo = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Out.Builder |
newBuilder() |
static Out.Builder |
newBuilder(Out prototype) |
Out.Builder |
newBuilderForType() |
protected Out.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Out |
parseDelimitedFrom(InputStream input) |
static Out |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Out |
parseFrom(byte[] data) |
static Out |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Out |
parseFrom(ByteBuffer data) |
static Out |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Out |
parseFrom(com.google.protobuf.ByteString data) |
static Out |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Out |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Out |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Out |
parseFrom(InputStream input) |
static Out |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Out> |
parser() |
Out.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int RESPINFO_FIELD_NUMBER
public static final int ERRORVALUE_FIELD_NUMBER
public static final int ERRORCODE_FIELD_NUMBER
public static final int ERRORDESC_FIELD_NUMBER
public static final int ERRMSG_FIELD_NUMBER
public static final int HTTP_FIELD_NUMBER
public static final int OUTPUT_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3public boolean hasRespInfo()
.connector.RespInfo respInfo = 1;hasRespInfo 在接口中 OutOrBuilderpublic RespInfo getRespInfo()
.connector.RespInfo respInfo = 1;getRespInfo 在接口中 OutOrBuilderpublic RespInfoOrBuilder getRespInfoOrBuilder()
.connector.RespInfo respInfo = 1;getRespInfoOrBuilder 在接口中 OutOrBuilderpublic int getErrorValue()
int32 errorValue = 2;getErrorValue 在接口中 OutOrBuilderpublic String getErrorCode()
string errorCode = 3;getErrorCode 在接口中 OutOrBuilderpublic com.google.protobuf.ByteString getErrorCodeBytes()
string errorCode = 3;getErrorCodeBytes 在接口中 OutOrBuilderpublic String getErrorDesc()
string errorDesc = 4;getErrorDesc 在接口中 OutOrBuilderpublic com.google.protobuf.ByteString getErrorDescBytes()
string errorDesc = 4;getErrorDescBytes 在接口中 OutOrBuilderpublic String getErrMsg()
string errMsg = 5;getErrMsg 在接口中 OutOrBuilderpublic com.google.protobuf.ByteString getErrMsgBytes()
string errMsg = 5;getErrMsgBytes 在接口中 OutOrBuilderpublic String getHttp()
string http = 6;getHttp 在接口中 OutOrBuilderpublic com.google.protobuf.ByteString getHttpBytes()
string http = 6;getHttpBytes 在接口中 OutOrBuilderpublic String getOutput()
string output = 7;getOutput 在接口中 OutOrBuilderpublic com.google.protobuf.ByteString getOutputBytes()
string output = 7;getOutputBytes 在接口中 OutOrBuilderpublic final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static Out parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Out parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Out parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Out parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Out parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Out parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Out parseFrom(InputStream input) throws IOException
IOExceptionpublic static Out parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Out parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Out parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Out parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Out parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Out.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static Out.Builder newBuilder()
public static Out.Builder newBuilder(Out prototype)
public Out.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected Out.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3public static Out getDefaultInstance()
public static com.google.protobuf.Parser<Out> parser()
public com.google.protobuf.Parser<Out> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public Out getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2018. All rights reserved.