Package org.webswing.server.model.proto
Interface Webswing.CursorChangeEventMsgProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Webswing.CursorChangeEventMsgProto,Webswing.CursorChangeEventMsgProto.Builder
- Enclosing class:
- Webswing
public static interface Webswing.CursorChangeEventMsgProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ByteStringgetB64Img()optional bytes b64img = 2;StringgetCurFile()optional string curFile = 5;com.google.protobuf.ByteStringgetCurFileBytes()optional string curFile = 5;StringgetCursor()required string cursor = 1;com.google.protobuf.ByteStringgetCursorBytes()required string cursor = 1;StringgetWinId()optional string winId = 6;com.google.protobuf.ByteStringgetWinIdBytes()optional string winId = 6;intgetX()optional sint32 x = 3;intgetY()optional sint32 y = 4;booleanhasB64Img()optional bytes b64img = 2;booleanhasCurFile()optional string curFile = 5;booleanhasCursor()required string cursor = 1;booleanhasWinId()optional string winId = 6;booleanhasX()optional sint32 x = 3;booleanhasY()optional sint32 y = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCursor
boolean hasCursor()
required string cursor = 1;
-
getCursor
String getCursor()
required string cursor = 1;
-
getCursorBytes
com.google.protobuf.ByteString getCursorBytes()
required string cursor = 1;
-
hasB64Img
boolean hasB64Img()
optional bytes b64img = 2;
-
getB64Img
com.google.protobuf.ByteString getB64Img()
optional bytes b64img = 2;
-
hasX
boolean hasX()
optional sint32 x = 3;
-
getX
int getX()
optional sint32 x = 3;
-
hasY
boolean hasY()
optional sint32 y = 4;
-
getY
int getY()
optional sint32 y = 4;
-
hasCurFile
boolean hasCurFile()
optional string curFile = 5;
-
getCurFile
String getCurFile()
optional string curFile = 5;
-
getCurFileBytes
com.google.protobuf.ByteString getCurFileBytes()
optional string curFile = 5;
-
hasWinId
boolean hasWinId()
optional string winId = 6;
-
getWinId
String getWinId()
optional string winId = 6;
-
getWinIdBytes
com.google.protobuf.ByteString getWinIdBytes()
optional string winId = 6;
-
-