Interface AppFrameProtoIn.WindowEventMsgInProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AppFrameProtoIn.WindowEventMsgInProto,AppFrameProtoIn.WindowEventMsgInProto.Builder
- Enclosing class:
- AppFrameProtoIn
public static interface AppFrameProtoIn.WindowEventMsgInProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppFrameProtoIn.WindowEventMsgInProto.WindowEventTypeProtogetEventType()optional .appFrameProtoIn.WindowEventMsgInProto.WindowEventTypeProto eventType = 6;intgetHeight()optional sint32 height = 5;java.lang.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 .appFrameProtoIn.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
java.lang.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 .appFrameProtoIn.WindowEventMsgInProto.WindowEventTypeProto eventType = 6;
-
getEventType
AppFrameProtoIn.WindowEventMsgInProto.WindowEventTypeProto getEventType()
optional .appFrameProtoIn.WindowEventMsgInProto.WindowEventTypeProto eventType = 6;
-
-