Interface AppFrameProtoOut.JsResultMsgOutProtoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCorrelationId()
      optional string correlationId = 1;
      com.google.protobuf.ByteString getCorrelationIdBytes()
      optional string correlationId = 1;
      java.lang.String getError()
      optional string error = 2;
      com.google.protobuf.ByteString getErrorBytes()
      optional string error = 2;
      AppFrameProtoOut.JsParamMsgOutProto getValue()
      optional .appFrameProtoOut.JsParamMsgOutProto value = 3;
      AppFrameProtoOut.JsParamMsgOutProtoOrBuilder getValueOrBuilder()
      optional .appFrameProtoOut.JsParamMsgOutProto value = 3;
      boolean hasCorrelationId()
      optional string correlationId = 1;
      boolean hasError()
      optional string error = 2;
      boolean hasValue()
      optional .appFrameProtoOut.JsParamMsgOutProto value = 3;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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;