public static interface Webswing.CursorChangeEventMsgProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getB64Img()
optional bytes b64img = 2; |
String |
getCurFile()
optional string curFile = 5; |
com.google.protobuf.ByteString |
getCurFileBytes()
optional string curFile = 5; |
String |
getCursor()
required string cursor = 1; |
com.google.protobuf.ByteString |
getCursorBytes()
required string cursor = 1; |
int |
getX()
optional sint32 x = 3; |
int |
getY()
optional sint32 y = 4; |
boolean |
hasB64Img()
optional bytes b64img = 2; |
boolean |
hasCurFile()
optional string curFile = 5; |
boolean |
hasCursor()
required string cursor = 1; |
boolean |
hasX()
optional sint32 x = 3; |
boolean |
hasY()
optional sint32 y = 4; |
boolean hasCursor()
required string cursor = 1;String getCursor()
required string cursor = 1;com.google.protobuf.ByteString getCursorBytes()
required string cursor = 1;boolean hasB64Img()
optional bytes b64img = 2;com.google.protobuf.ByteString getB64Img()
optional bytes b64img = 2;boolean hasX()
optional sint32 x = 3;int getX()
optional sint32 x = 3;boolean hasY()
optional sint32 y = 4;int getY()
optional sint32 y = 4;boolean hasCurFile()
optional string curFile = 5;String getCurFile()
optional string curFile = 5;com.google.protobuf.ByteString getCurFileBytes()
optional string curFile = 5;Copyright © 2017. All rights reserved.