Package org.webswing.server.model.proto
Interface Webswing.WindowEventMsgInProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Webswing.WindowEventMsgInProto,Webswing.WindowEventMsgInProto.Builder
- Enclosing class:
- Webswing
public static interface Webswing.WindowEventMsgInProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Webswing.WindowEventMsgInProto.WindowEventTypeProtogetEventType()optional .org.webswing.server.model.proto.WindowEventMsgInProto.WindowEventTypeProto eventType = 6;intgetHeight()optional sint32 height = 5;StringgetId()optional string id = 1;com.google.protobuf.ByteStringgetIdBytes()optional string id = 1;intgetWidth()optional sint32 width = 4;intgetX()optional sint32 x = 2;intgetY()optional sint32 y = 3;booleanhasEventType()optional .org.webswing.server.model.proto.WindowEventMsgInProto.WindowEventTypeProto eventType = 6;booleanhasHeight()optional sint32 height = 5;booleanhasId()optional string id = 1;booleanhasWidth()optional sint32 width = 4;booleanhasX()optional sint32 x = 2;booleanhasY()optional sint32 y = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasId
boolean hasId()
optional string id = 1;
-
getId
String getId()
optional string id = 1;
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
optional string id = 1;
-
hasX
boolean hasX()
optional sint32 x = 2;
-
getX
int getX()
optional sint32 x = 2;
-
hasY
boolean hasY()
optional sint32 y = 3;
-
getY
int getY()
optional sint32 y = 3;
-
hasWidth
boolean hasWidth()
optional sint32 width = 4;
-
getWidth
int getWidth()
optional sint32 width = 4;
-
hasHeight
boolean hasHeight()
optional sint32 height = 5;
-
getHeight
int getHeight()
optional sint32 height = 5;
-
hasEventType
boolean hasEventType()
optional .org.webswing.server.model.proto.WindowEventMsgInProto.WindowEventTypeProto eventType = 6;
-
getEventType
Webswing.WindowEventMsgInProto.WindowEventTypeProto getEventType()
optional .org.webswing.server.model.proto.WindowEventMsgInProto.WindowEventTypeProto eventType = 6;
-
-