Interface AppFrameProtoIn.JavaEvalRequestMsgInProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AppFrameProtoIn.JavaEvalRequestMsgInProto,AppFrameProtoIn.JavaEvalRequestMsgInProto.Builder
- Enclosing class:
- AppFrameProtoIn
public static interface AppFrameProtoIn.JavaEvalRequestMsgInProtoOrBuilder 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.StringgetMethod()optional string method = 3;com.google.protobuf.ByteStringgetMethodBytes()optional string method = 3;java.lang.StringgetObjectId()optional string objectId = 2;com.google.protobuf.ByteStringgetObjectIdBytes()optional string objectId = 2;AppFrameProtoIn.JsParamMsgInProtogetParams(int index)repeated .appFrameProtoIn.JsParamMsgInProto params = 4;intgetParamsCount()repeated .appFrameProtoIn.JsParamMsgInProto params = 4;java.util.List<AppFrameProtoIn.JsParamMsgInProto>getParamsList()repeated .appFrameProtoIn.JsParamMsgInProto params = 4;AppFrameProtoIn.JsParamMsgInProtoOrBuildergetParamsOrBuilder(int index)repeated .appFrameProtoIn.JsParamMsgInProto params = 4;java.util.List<? extends AppFrameProtoIn.JsParamMsgInProtoOrBuilder>getParamsOrBuilderList()repeated .appFrameProtoIn.JsParamMsgInProto params = 4;booleanhasCorrelationId()optional string correlationId = 1;booleanhasMethod()optional string method = 3;booleanhasObjectId()optional string objectId = 2;-
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;
-
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;
-
getParamsList
java.util.List<AppFrameProtoIn.JsParamMsgInProto> getParamsList()
repeated .appFrameProtoIn.JsParamMsgInProto params = 4;
-
getParams
AppFrameProtoIn.JsParamMsgInProto getParams(int index)
repeated .appFrameProtoIn.JsParamMsgInProto params = 4;
-
getParamsCount
int getParamsCount()
repeated .appFrameProtoIn.JsParamMsgInProto params = 4;
-
getParamsOrBuilderList
java.util.List<? extends AppFrameProtoIn.JsParamMsgInProtoOrBuilder> getParamsOrBuilderList()
repeated .appFrameProtoIn.JsParamMsgInProto params = 4;
-
getParamsOrBuilder
AppFrameProtoIn.JsParamMsgInProtoOrBuilder getParamsOrBuilder(int index)
repeated .appFrameProtoIn.JsParamMsgInProto params = 4;
-
-