Package org.webswing.server.model.proto
Interface Webswing.JsResultMsgProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Webswing.JsResultMsgProto,Webswing.JsResultMsgProto.Builder
- Enclosing class:
- Webswing
public static interface Webswing.JsResultMsgProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCorrelationId()optional string correlationId = 1;com.google.protobuf.ByteStringgetCorrelationIdBytes()optional string correlationId = 1;StringgetError()optional string error = 2;com.google.protobuf.ByteStringgetErrorBytes()optional string error = 2;Webswing.JsParamMsgProtogetValue()optional .org.webswing.server.model.proto.JsParamMsgProto value = 3;Webswing.JsParamMsgProtoOrBuildergetValueOrBuilder()optional .org.webswing.server.model.proto.JsParamMsgProto value = 3;booleanhasCorrelationId()optional string correlationId = 1;booleanhasError()optional string error = 2;booleanhasValue()optional .org.webswing.server.model.proto.JsParamMsgProto value = 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
String getCorrelationId()
optional string correlationId = 1;
-
getCorrelationIdBytes
com.google.protobuf.ByteString getCorrelationIdBytes()
optional string correlationId = 1;
-
hasError
boolean hasError()
optional string error = 2;
-
getError
String getError()
optional string error = 2;
-
getErrorBytes
com.google.protobuf.ByteString getErrorBytes()
optional string error = 2;
-
hasValue
boolean hasValue()
optional .org.webswing.server.model.proto.JsParamMsgProto value = 3;
-
getValue
Webswing.JsParamMsgProto getValue()
optional .org.webswing.server.model.proto.JsParamMsgProto value = 3;
-
getValueOrBuilder
Webswing.JsParamMsgProtoOrBuilder getValueOrBuilder()
optional .org.webswing.server.model.proto.JsParamMsgProto value = 3;
-
-