Interface AppFrameProtoOut.CursorChangeEventMsgOutProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AppFrameProtoOut.CursorChangeEventMsgOutProto,AppFrameProtoOut.CursorChangeEventMsgOutProto.Builder
- Enclosing class:
- AppFrameProtoOut
public static interface AppFrameProtoOut.CursorChangeEventMsgOutProtoOrBuilder 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;java.lang.StringgetCurFile()optional string curFile = 3;com.google.protobuf.ByteStringgetCurFileBytes()optional string curFile = 3;java.lang.StringgetCursor()optional string cursor = 1;com.google.protobuf.ByteStringgetCursorBytes()optional string cursor = 1;java.lang.StringgetWinId()optional string winId = 6;com.google.protobuf.ByteStringgetWinIdBytes()optional string winId = 6;intgetX()optional sint32 x = 4;intgetY()optional sint32 y = 5;booleanhasB64Img()optional bytes b64img = 2;booleanhasCurFile()optional string curFile = 3;booleanhasCursor()optional string cursor = 1;booleanhasWinId()optional string winId = 6;booleanhasX()optional sint32 x = 4;booleanhasY()optional sint32 y = 5;-
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()
optional string cursor = 1;
-
getCursor
java.lang.String getCursor()
optional string cursor = 1;
-
getCursorBytes
com.google.protobuf.ByteString getCursorBytes()
optional string cursor = 1;
-
hasB64Img
boolean hasB64Img()
optional bytes b64img = 2;
-
getB64Img
com.google.protobuf.ByteString getB64Img()
optional bytes b64img = 2;
-
hasCurFile
boolean hasCurFile()
optional string curFile = 3;
-
getCurFile
java.lang.String getCurFile()
optional string curFile = 3;
-
getCurFileBytes
com.google.protobuf.ByteString getCurFileBytes()
optional string curFile = 3;
-
hasX
boolean hasX()
optional sint32 x = 4;
-
getX
int getX()
optional sint32 x = 4;
-
hasY
boolean hasY()
optional sint32 y = 5;
-
getY
int getY()
optional sint32 y = 5;
-
hasWinId
boolean hasWinId()
optional string winId = 6;
-
getWinId
java.lang.String getWinId()
optional string winId = 6;
-
getWinIdBytes
com.google.protobuf.ByteString getWinIdBytes()
optional string winId = 6;
-
-