Package org.webswing.model.app.proto
Interface ServerAppFrameProto.ApiCallMsgOutProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServerAppFrameProto.ApiCallMsgOutProto,ServerAppFrameProto.ApiCallMsgOutProto.Builder
- Enclosing class:
- ServerAppFrameProto
public static interface ServerAppFrameProto.ApiCallMsgOutProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetArgs(int index)repeated string args = 3;com.google.protobuf.ByteStringgetArgsBytes(int index)repeated string args = 3;intgetArgsCount()repeated string args = 3;java.util.List<java.lang.String>getArgsList()repeated string args = 3;java.lang.StringgetCorrelationId()optional string correlationId = 1;com.google.protobuf.ByteStringgetCorrelationIdBytes()optional string correlationId = 1;ServerAppFrameProto.ApiCallMsgOutProto.ApiMethodProtogetMethod()optional .ApiCallMsgOutProto.ApiMethodProto method = 2;booleanhasCorrelationId()optional string correlationId = 1;booleanhasMethod()optional .ApiCallMsgOutProto.ApiMethodProto method = 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;
-
hasMethod
boolean hasMethod()
optional .ApiCallMsgOutProto.ApiMethodProto method = 2;
-
getMethod
ServerAppFrameProto.ApiCallMsgOutProto.ApiMethodProto getMethod()
optional .ApiCallMsgOutProto.ApiMethodProto method = 2;
-
getArgsList
java.util.List<java.lang.String> getArgsList()
repeated string args = 3;
-
getArgsCount
int getArgsCount()
repeated string args = 3;
-
getArgs
java.lang.String getArgs(int index)
repeated string args = 3;
-
getArgsBytes
com.google.protobuf.ByteString getArgsBytes(int index)
repeated string args = 3;
-
-