Interface AppFrameProtoOut.JsResultMsgOutProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AppFrameProtoOut.JsResultMsgOutProto,AppFrameProtoOut.JsResultMsgOutProto.Builder
- Enclosing class:
- AppFrameProtoOut
public static interface AppFrameProtoOut.JsResultMsgOutProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCorrelationId()optional string correlationId = 1;com.google.protobuf.ByteStringgetCorrelationIdBytes()optional string correlationId = 1;java.lang.StringgetError()optional string error = 2;com.google.protobuf.ByteStringgetErrorBytes()optional string error = 2;AppFrameProtoOut.JsParamMsgOutProtogetValue()optional .appFrameProtoOut.JsParamMsgOutProto value = 3;AppFrameProtoOut.JsParamMsgOutProtoOrBuildergetValueOrBuilder()optional .appFrameProtoOut.JsParamMsgOutProto value = 3;booleanhasCorrelationId()optional string correlationId = 1;booleanhasError()optional string error = 2;booleanhasValue()optional .appFrameProtoOut.JsParamMsgOutProto value = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCorrelationId
boolean hasCorrelationId()
optional string correlationId = 1;
-
getCorrelationId
java.lang.String getCorrelationId()
optional string correlationId = 1;
-
getCorrelationIdBytes
com.google.protobuf.ByteString getCorrelationIdBytes()
optional string correlationId = 1;
-
hasError
boolean hasError()
optional string error = 2;
-
getError
java.lang.String getError()
optional string error = 2;
-
getErrorBytes
com.google.protobuf.ByteString getErrorBytes()
optional string error = 2;
-
hasValue
boolean hasValue()
optional .appFrameProtoOut.JsParamMsgOutProto value = 3;
-
getValue
AppFrameProtoOut.JsParamMsgOutProto getValue()
optional .appFrameProtoOut.JsParamMsgOutProto value = 3;
-
getValueOrBuilder
AppFrameProtoOut.JsParamMsgOutProtoOrBuilder getValueOrBuilder()
optional .appFrameProtoOut.JsParamMsgOutProto value = 3;
-
-