Interface AppFrameProtoIn.JsResultMsgInProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AppFrameProtoIn.JsResultMsgInProto,AppFrameProtoIn.JsResultMsgInProto.Builder
- Enclosing class:
- AppFrameProtoIn
public static interface AppFrameProtoIn.JsResultMsgInProtoOrBuilder 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;AppFrameProtoIn.JsParamMsgInProtogetValue()optional .appFrameProtoIn.JsParamMsgInProto value = 3;AppFrameProtoIn.JsParamMsgInProtoOrBuildergetValueOrBuilder()optional .appFrameProtoIn.JsParamMsgInProto value = 3;booleanhasCorrelationId()optional string correlationId = 1;booleanhasError()optional string error = 2;booleanhasValue()optional .appFrameProtoIn.JsParamMsgInProto 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 .appFrameProtoIn.JsParamMsgInProto value = 3;
-
getValue
AppFrameProtoIn.JsParamMsgInProto getValue()
optional .appFrameProtoIn.JsParamMsgInProto value = 3;
-
getValueOrBuilder
AppFrameProtoIn.JsParamMsgInProtoOrBuilder getValueOrBuilder()
optional .appFrameProtoIn.JsParamMsgInProto value = 3;
-
-