Interface AppFrameProtoIn.JavaEvalRequestMsgInProtoOrBuilder

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

        boolean hasObjectId()
        optional string objectId = 2;
      • getObjectId

        java.lang.String getObjectId()
        optional string objectId = 2;
      • getObjectIdBytes

        com.google.protobuf.ByteString getObjectIdBytes()
        optional string objectId = 2;
      • hasMethod

        boolean hasMethod()
        optional string method = 3;
      • getMethod

        java.lang.String getMethod()
        optional string method = 3;
      • getMethodBytes

        com.google.protobuf.ByteString getMethodBytes()
        optional string method = 3;
      • getParamsCount

        int getParamsCount()
        repeated .appFrameProtoIn.JsParamMsgInProto params = 4;