Package org.webswing.model.app.proto
Interface ServerAppFrameProto.ApiEventMsgInProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServerAppFrameProto.ApiEventMsgInProto,ServerAppFrameProto.ApiEventMsgInProto.Builder
- Enclosing class:
- ServerAppFrameProto
public static interface ServerAppFrameProto.ApiEventMsgInProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ByteStringgetArgs()optional bytes args = 3;ServerAppFrameProto.ApiEventMsgInProto.ApiEventTypeProtogetEvent()optional .ApiEventMsgInProto.ApiEventTypeProto event = 2;java.lang.StringgetUserId()optional string userId = 1;com.google.protobuf.ByteStringgetUserIdBytes()optional string userId = 1;booleanhasArgs()optional bytes args = 3;booleanhasEvent()optional .ApiEventMsgInProto.ApiEventTypeProto event = 2;booleanhasUserId()optional string userId = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasUserId
boolean hasUserId()
optional string userId = 1;
-
getUserId
java.lang.String getUserId()
optional string userId = 1;
-
getUserIdBytes
com.google.protobuf.ByteString getUserIdBytes()
optional string userId = 1;
-
hasEvent
boolean hasEvent()
optional .ApiEventMsgInProto.ApiEventTypeProto event = 2;
-
getEvent
ServerAppFrameProto.ApiEventMsgInProto.ApiEventTypeProto getEvent()
optional .ApiEventMsgInProto.ApiEventTypeProto event = 2;
-
hasArgs
boolean hasArgs()
optional bytes args = 3;
-
getArgs
com.google.protobuf.ByteString getArgs()
optional bytes args = 3;
-
-