Package org.webswing.model.app.proto
Interface ServerAppFrameProto.ApiCallResultMsgInProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServerAppFrameProto.ApiCallResultMsgInProto,ServerAppFrameProto.ApiCallResultMsgInProto.Builder
- Enclosing class:
- ServerAppFrameProto
public static interface ServerAppFrameProto.ApiCallResultMsgInProtoOrBuilder 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.StringgetResult()optional string result = 2;com.google.protobuf.ByteStringgetResultBytes()optional string result = 2;booleanhasCorrelationId()optional string correlationId = 1;booleanhasResult()optional string result = 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;
-
hasResult
boolean hasResult()
optional string result = 2;
-
getResult
java.lang.String getResult()
optional string result = 2;
-
getResultBytes
com.google.protobuf.ByteString getResultBytes()
optional string result = 2;
-
-