Interface AppFrameProtoOut.JsEvalRequestMsgOutProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AppFrameProtoOut.JsEvalRequestMsgOutProto,AppFrameProtoOut.JsEvalRequestMsgOutProto.Builder
- Enclosing class:
- AppFrameProtoOut
public static interface AppFrameProtoOut.JsEvalRequestMsgOutProtoOrBuilder 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.StringgetEvalString()optional string evalString = 4;com.google.protobuf.ByteStringgetEvalStringBytes()optional string evalString = 4;java.lang.StringgetGarbageIds(int index)repeated string garbageIds = 6;com.google.protobuf.ByteStringgetGarbageIdsBytes(int index)repeated string garbageIds = 6;intgetGarbageIdsCount()repeated string garbageIds = 6;java.util.List<java.lang.String>getGarbageIdsList()repeated string garbageIds = 6;AppFrameProtoOut.JsParamMsgOutProtogetParams(int index)repeated .appFrameProtoOut.JsParamMsgOutProto params = 5;intgetParamsCount()repeated .appFrameProtoOut.JsParamMsgOutProto params = 5;java.util.List<AppFrameProtoOut.JsParamMsgOutProto>getParamsList()repeated .appFrameProtoOut.JsParamMsgOutProto params = 5;AppFrameProtoOut.JsParamMsgOutProtoOrBuildergetParamsOrBuilder(int index)repeated .appFrameProtoOut.JsParamMsgOutProto params = 5;java.util.List<? extends AppFrameProtoOut.JsParamMsgOutProtoOrBuilder>getParamsOrBuilderList()repeated .appFrameProtoOut.JsParamMsgOutProto params = 5;java.lang.StringgetThisObjectId()optional string thisObjectId = 2;com.google.protobuf.ByteStringgetThisObjectIdBytes()optional string thisObjectId = 2;AppFrameProtoOut.JsEvalRequestMsgOutProto.JsEvalRequestTypeProtogetType()optional .appFrameProtoOut.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto type = 3;booleanhasCorrelationId()optional string correlationId = 1;booleanhasEvalString()optional string evalString = 4;booleanhasThisObjectId()optional string thisObjectId = 2;booleanhasType()optional .appFrameProtoOut.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto type = 3;-
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;
-
hasThisObjectId
boolean hasThisObjectId()
optional string thisObjectId = 2;
-
getThisObjectId
java.lang.String getThisObjectId()
optional string thisObjectId = 2;
-
getThisObjectIdBytes
com.google.protobuf.ByteString getThisObjectIdBytes()
optional string thisObjectId = 2;
-
hasType
boolean hasType()
optional .appFrameProtoOut.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto type = 3;
-
getType
AppFrameProtoOut.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto getType()
optional .appFrameProtoOut.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto type = 3;
-
hasEvalString
boolean hasEvalString()
optional string evalString = 4;
-
getEvalString
java.lang.String getEvalString()
optional string evalString = 4;
-
getEvalStringBytes
com.google.protobuf.ByteString getEvalStringBytes()
optional string evalString = 4;
-
getParamsList
java.util.List<AppFrameProtoOut.JsParamMsgOutProto> getParamsList()
repeated .appFrameProtoOut.JsParamMsgOutProto params = 5;
-
getParams
AppFrameProtoOut.JsParamMsgOutProto getParams(int index)
repeated .appFrameProtoOut.JsParamMsgOutProto params = 5;
-
getParamsCount
int getParamsCount()
repeated .appFrameProtoOut.JsParamMsgOutProto params = 5;
-
getParamsOrBuilderList
java.util.List<? extends AppFrameProtoOut.JsParamMsgOutProtoOrBuilder> getParamsOrBuilderList()
repeated .appFrameProtoOut.JsParamMsgOutProto params = 5;
-
getParamsOrBuilder
AppFrameProtoOut.JsParamMsgOutProtoOrBuilder getParamsOrBuilder(int index)
repeated .appFrameProtoOut.JsParamMsgOutProto params = 5;
-
getGarbageIdsList
java.util.List<java.lang.String> getGarbageIdsList()
repeated string garbageIds = 6;
-
getGarbageIdsCount
int getGarbageIdsCount()
repeated string garbageIds = 6;
-
getGarbageIds
java.lang.String getGarbageIds(int index)
repeated string garbageIds = 6;
-
getGarbageIdsBytes
com.google.protobuf.ByteString getGarbageIdsBytes(int index)
repeated string garbageIds = 6;
-
-