Interface Webswing.JsEvalRequestMsgOutProtoOrBuilder

    • Method Detail

      • hasCorrelationId

        boolean hasCorrelationId()
        optional string correlationId = 1;
      • getCorrelationId

        String getCorrelationId()
        optional string correlationId = 1;
      • getCorrelationIdBytes

        com.google.protobuf.ByteString getCorrelationIdBytes()
        optional string correlationId = 1;
      • hasThisObjectId

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

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

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

        boolean hasType()
        optional .org.webswing.server.model.proto.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto type = 3;
      • hasEvalString

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

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

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

        Webswing.JsParamMsgProto getParams​(int index)
        repeated .org.webswing.server.model.proto.JsParamMsgProto params = 5;
      • getParamsCount

        int getParamsCount()
        repeated .org.webswing.server.model.proto.JsParamMsgProto params = 5;
      • getGarbageIdsList

        List<String> getGarbageIdsList()
        repeated string garbageIds = 6;
      • getGarbageIdsCount

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

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

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