public static interface Webswing.JsEvalRequestMsgOutProtoOrBuilder
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 |
getEvalString()
optional string evalString = 4; |
com.google.protobuf.ByteString |
getEvalStringBytes()
optional string evalString = 4; |
String |
getGarbageIds(int index)
repeated string garbageIds = 6; |
com.google.protobuf.ByteString |
getGarbageIdsBytes(int index)
repeated string garbageIds = 6; |
int |
getGarbageIdsCount()
repeated string garbageIds = 6; |
List<String> |
getGarbageIdsList()
repeated string garbageIds = 6; |
Webswing.JsParamMsgProto |
getParams(int index)
repeated .org.webswing.server.model.proto.JsParamMsgProto params = 5; |
int |
getParamsCount()
repeated .org.webswing.server.model.proto.JsParamMsgProto params = 5; |
List<Webswing.JsParamMsgProto> |
getParamsList()
repeated .org.webswing.server.model.proto.JsParamMsgProto params = 5; |
Webswing.JsParamMsgProtoOrBuilder |
getParamsOrBuilder(int index)
repeated .org.webswing.server.model.proto.JsParamMsgProto params = 5; |
List<? extends Webswing.JsParamMsgProtoOrBuilder> |
getParamsOrBuilderList()
repeated .org.webswing.server.model.proto.JsParamMsgProto params = 5; |
String |
getThisObjectId()
optional string thisObjectId = 2; |
com.google.protobuf.ByteString |
getThisObjectIdBytes()
optional string thisObjectId = 2; |
Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto |
getType()
optional .org.webswing.server.model.proto.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto type = 3; |
boolean |
hasCorrelationId()
optional string correlationId = 1; |
boolean |
hasEvalString()
optional string evalString = 4; |
boolean |
hasThisObjectId()
optional string thisObjectId = 2; |
boolean |
hasType()
optional .org.webswing.server.model.proto.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto type = 3; |
boolean hasCorrelationId()
optional string correlationId = 1;String getCorrelationId()
optional string correlationId = 1;com.google.protobuf.ByteString getCorrelationIdBytes()
optional string correlationId = 1;boolean hasThisObjectId()
optional string thisObjectId = 2;String getThisObjectId()
optional string thisObjectId = 2;com.google.protobuf.ByteString getThisObjectIdBytes()
optional string thisObjectId = 2;boolean hasType()
optional .org.webswing.server.model.proto.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto type = 3;Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto getType()
optional .org.webswing.server.model.proto.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto type = 3;boolean hasEvalString()
optional string evalString = 4;String getEvalString()
optional string evalString = 4;com.google.protobuf.ByteString getEvalStringBytes()
optional string evalString = 4;List<Webswing.JsParamMsgProto> getParamsList()
repeated .org.webswing.server.model.proto.JsParamMsgProto params = 5;Webswing.JsParamMsgProto getParams(int index)
repeated .org.webswing.server.model.proto.JsParamMsgProto params = 5;int getParamsCount()
repeated .org.webswing.server.model.proto.JsParamMsgProto params = 5;List<? extends Webswing.JsParamMsgProtoOrBuilder> getParamsOrBuilderList()
repeated .org.webswing.server.model.proto.JsParamMsgProto params = 5;Webswing.JsParamMsgProtoOrBuilder getParamsOrBuilder(int index)
repeated .org.webswing.server.model.proto.JsParamMsgProto params = 5;int getGarbageIdsCount()
repeated string garbageIds = 6;String getGarbageIds(int index)
repeated string garbageIds = 6;com.google.protobuf.ByteString getGarbageIdsBytes(int index)
repeated string garbageIds = 6;Copyright © 2017. All rights reserved.