public static interface Webswing.JavaEvalRequestMsgInProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCorrelationId()
optional string correlationId = 1; |
com.google.protobuf.ByteString |
getCorrelationIdBytes()
optional string correlationId = 1; |
String |
getMethod()
optional string method = 3; |
com.google.protobuf.ByteString |
getMethodBytes()
optional string method = 3; |
String |
getObjectId()
optional string objectId = 2; |
com.google.protobuf.ByteString |
getObjectIdBytes()
optional string objectId = 2; |
Webswing.JsParamMsgProto |
getParams(int index)
repeated .org.webswing.server.model.proto.JsParamMsgProto params = 4; |
int |
getParamsCount()
repeated .org.webswing.server.model.proto.JsParamMsgProto params = 4; |
List<Webswing.JsParamMsgProto> |
getParamsList()
repeated .org.webswing.server.model.proto.JsParamMsgProto params = 4; |
Webswing.JsParamMsgProtoOrBuilder |
getParamsOrBuilder(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; |
boolean |
hasCorrelationId()
optional string correlationId = 1; |
boolean |
hasMethod()
optional string method = 3; |
boolean |
hasObjectId()
optional string objectId = 2; |
boolean hasCorrelationId()
optional string correlationId = 1;String getCorrelationId()
optional string correlationId = 1;com.google.protobuf.ByteString getCorrelationIdBytes()
optional string correlationId = 1;boolean hasObjectId()
optional string objectId = 2;String getObjectId()
optional string objectId = 2;com.google.protobuf.ByteString getObjectIdBytes()
optional string objectId = 2;boolean hasMethod()
optional string method = 3;String getMethod()
optional string method = 3;com.google.protobuf.ByteString getMethodBytes()
optional string method = 3;List<Webswing.JsParamMsgProto> getParamsList()
repeated .org.webswing.server.model.proto.JsParamMsgProto params = 4;Webswing.JsParamMsgProto getParams(int index)
repeated .org.webswing.server.model.proto.JsParamMsgProto params = 4;int getParamsCount()
repeated .org.webswing.server.model.proto.JsParamMsgProto params = 4;List<? extends Webswing.JsParamMsgProtoOrBuilder> getParamsOrBuilderList()
repeated .org.webswing.server.model.proto.JsParamMsgProto params = 4;Webswing.JsParamMsgProtoOrBuilder getParamsOrBuilder(int index)
repeated .org.webswing.server.model.proto.JsParamMsgProto params = 4;Copyright © 2017. All rights reserved.