Interface AppFrameProtoOut.JsEvalRequestMsgOutProtoOrBuilder

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

        boolean hasThisObjectId()
        optional string thisObjectId = 2;
      • getThisObjectId

        java.lang.String getThisObjectId()
        optional string thisObjectId = 2;
      • getThisObjectIdBytes

        com.google.protobuf.ByteString getThisObjectIdBytes()
        optional string thisObjectId = 2;
      • hasType

        boolean hasType()
        optional .appFrameProtoOut.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto type = 3;
      • hasEvalString

        boolean hasEvalString()
        optional string evalString = 4;
      • getEvalString

        java.lang.String getEvalString()
        optional string evalString = 4;
      • getEvalStringBytes

        com.google.protobuf.ByteString getEvalStringBytes()
        optional string evalString = 4;
      • getParamsCount

        int getParamsCount()
        repeated .appFrameProtoOut.JsParamMsgOutProto params = 5;
      • getGarbageIdsList

        java.util.List<java.lang.String> getGarbageIdsList()
        repeated string garbageIds = 6;
      • getGarbageIdsCount

        int getGarbageIdsCount()
        repeated string garbageIds = 6;
      • getGarbageIds

        java.lang.String getGarbageIds​(int index)
        repeated string garbageIds = 6;
      • getGarbageIdsBytes

        com.google.protobuf.ByteString getGarbageIdsBytes​(int index)
        repeated string garbageIds = 6;