Package org.webswing.server.model.proto
Interface Webswing.JavaEvalRequestMsgInProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Webswing.JavaEvalRequestMsgInProto,Webswing.JavaEvalRequestMsgInProto.Builder
- Enclosing class:
- Webswing
public static interface Webswing.JavaEvalRequestMsgInProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCorrelationId()optional string correlationId = 1;com.google.protobuf.ByteStringgetCorrelationIdBytes()optional string correlationId = 1;StringgetMethod()optional string method = 3;com.google.protobuf.ByteStringgetMethodBytes()optional string method = 3;StringgetObjectId()optional string objectId = 2;com.google.protobuf.ByteStringgetObjectIdBytes()optional string objectId = 2;Webswing.JsParamMsgProtogetParams(int index)repeated .org.webswing.server.model.proto.JsParamMsgProto params = 4;intgetParamsCount()repeated .org.webswing.server.model.proto.JsParamMsgProto params = 4;List<Webswing.JsParamMsgProto>getParamsList()repeated .org.webswing.server.model.proto.JsParamMsgProto params = 4;Webswing.JsParamMsgProtoOrBuildergetParamsOrBuilder(int index)repeated .org.webswing.server.model.proto.JsParamMsgProto params = 4;List<? extends Webswing.JsParamMsgProtoOrBuilder>getParamsOrBuilderList()repeated .org.webswing.server.model.proto.JsParamMsgProto 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
String getCorrelationId()
optional string correlationId = 1;
-
getCorrelationIdBytes
com.google.protobuf.ByteString getCorrelationIdBytes()
optional string correlationId = 1;
-
hasObjectId
boolean hasObjectId()
optional string objectId = 2;
-
getObjectId
String getObjectId()
optional string objectId = 2;
-
getObjectIdBytes
com.google.protobuf.ByteString getObjectIdBytes()
optional string objectId = 2;
-
hasMethod
boolean hasMethod()
optional string method = 3;
-
getMethod
String getMethod()
optional string method = 3;
-
getMethodBytes
com.google.protobuf.ByteString getMethodBytes()
optional string method = 3;
-
getParamsList
List<Webswing.JsParamMsgProto> getParamsList()
repeated .org.webswing.server.model.proto.JsParamMsgProto params = 4;
-
getParams
Webswing.JsParamMsgProto getParams(int index)
repeated .org.webswing.server.model.proto.JsParamMsgProto params = 4;
-
getParamsCount
int getParamsCount()
repeated .org.webswing.server.model.proto.JsParamMsgProto params = 4;
-
getParamsOrBuilderList
List<? extends Webswing.JsParamMsgProtoOrBuilder> getParamsOrBuilderList()
repeated .org.webswing.server.model.proto.JsParamMsgProto params = 4;
-
getParamsOrBuilder
Webswing.JsParamMsgProtoOrBuilder getParamsOrBuilder(int index)
repeated .org.webswing.server.model.proto.JsParamMsgProto params = 4;
-
-