public static final class Webswing.CursorChangeEventMsgProto.Builder extends com.google.protobuf.GeneratedMessage.Builder<Webswing.CursorChangeEventMsgProto.Builder> implements Webswing.CursorChangeEventMsgProtoOrBuilder
org.webswing.server.model.proto.CursorChangeEventMsgProto| Modifier and Type | Method and Description |
|---|---|
Webswing.CursorChangeEventMsgProto |
build() |
Webswing.CursorChangeEventMsgProto |
buildPartial() |
Webswing.CursorChangeEventMsgProto.Builder |
clear() |
Webswing.CursorChangeEventMsgProto.Builder |
clearB64Img()
optional bytes b64img = 2; |
Webswing.CursorChangeEventMsgProto.Builder |
clearCurFile()
optional string curFile = 5; |
Webswing.CursorChangeEventMsgProto.Builder |
clearCursor()
required string cursor = 1; |
Webswing.CursorChangeEventMsgProto.Builder |
clearX()
optional sint32 x = 3; |
Webswing.CursorChangeEventMsgProto.Builder |
clearY()
optional sint32 y = 4; |
Webswing.CursorChangeEventMsgProto.Builder |
clone() |
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; |
Webswing.CursorChangeEventMsgProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Webswing.CursorChangeEventMsgProto.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Webswing.CursorChangeEventMsgProto.Builder |
mergeFrom(com.google.protobuf.Message other) |
Webswing.CursorChangeEventMsgProto.Builder |
mergeFrom(Webswing.CursorChangeEventMsgProto other) |
Webswing.CursorChangeEventMsgProto.Builder |
setB64Img(com.google.protobuf.ByteString value)
optional bytes b64img = 2; |
Webswing.CursorChangeEventMsgProto.Builder |
setCurFile(String value)
optional string curFile = 5; |
Webswing.CursorChangeEventMsgProto.Builder |
setCurFileBytes(com.google.protobuf.ByteString value)
optional string curFile = 5; |
Webswing.CursorChangeEventMsgProto.Builder |
setCursor(String value)
required string cursor = 1; |
Webswing.CursorChangeEventMsgProto.Builder |
setCursorBytes(com.google.protobuf.ByteString value)
required string cursor = 1; |
Webswing.CursorChangeEventMsgProto.Builder |
setX(int value)
optional sint32 x = 3; |
Webswing.CursorChangeEventMsgProto.Builder |
setY(int value)
optional sint32 y = 4; |
addRepeatedField, clearField, clearOneof, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Webswing.CursorChangeEventMsgProto.Builder>public Webswing.CursorChangeEventMsgProto.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<Webswing.CursorChangeEventMsgProto.Builder>public Webswing.CursorChangeEventMsgProto.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<Webswing.CursorChangeEventMsgProto.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Webswing.CursorChangeEventMsgProto.Builder>public Webswing.CursorChangeEventMsgProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Webswing.CursorChangeEventMsgProto build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Webswing.CursorChangeEventMsgProto buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Webswing.CursorChangeEventMsgProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Webswing.CursorChangeEventMsgProto.Builder>public Webswing.CursorChangeEventMsgProto.Builder mergeFrom(Webswing.CursorChangeEventMsgProto other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<Webswing.CursorChangeEventMsgProto.Builder>public Webswing.CursorChangeEventMsgProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Webswing.CursorChangeEventMsgProto.Builder>IOExceptionpublic boolean hasCursor()
required string cursor = 1;hasCursor in interface Webswing.CursorChangeEventMsgProtoOrBuilderpublic String getCursor()
required string cursor = 1;getCursor in interface Webswing.CursorChangeEventMsgProtoOrBuilderpublic com.google.protobuf.ByteString getCursorBytes()
required string cursor = 1;getCursorBytes in interface Webswing.CursorChangeEventMsgProtoOrBuilderpublic Webswing.CursorChangeEventMsgProto.Builder setCursor(String value)
required string cursor = 1;public Webswing.CursorChangeEventMsgProto.Builder clearCursor()
required string cursor = 1;public Webswing.CursorChangeEventMsgProto.Builder setCursorBytes(com.google.protobuf.ByteString value)
required string cursor = 1;public boolean hasB64Img()
optional bytes b64img = 2;hasB64Img in interface Webswing.CursorChangeEventMsgProtoOrBuilderpublic com.google.protobuf.ByteString getB64Img()
optional bytes b64img = 2;getB64Img in interface Webswing.CursorChangeEventMsgProtoOrBuilderpublic Webswing.CursorChangeEventMsgProto.Builder setB64Img(com.google.protobuf.ByteString value)
optional bytes b64img = 2;public Webswing.CursorChangeEventMsgProto.Builder clearB64Img()
optional bytes b64img = 2;public boolean hasX()
optional sint32 x = 3;hasX in interface Webswing.CursorChangeEventMsgProtoOrBuilderpublic int getX()
optional sint32 x = 3;getX in interface Webswing.CursorChangeEventMsgProtoOrBuilderpublic Webswing.CursorChangeEventMsgProto.Builder setX(int value)
optional sint32 x = 3;public Webswing.CursorChangeEventMsgProto.Builder clearX()
optional sint32 x = 3;public boolean hasY()
optional sint32 y = 4;hasY in interface Webswing.CursorChangeEventMsgProtoOrBuilderpublic int getY()
optional sint32 y = 4;getY in interface Webswing.CursorChangeEventMsgProtoOrBuilderpublic Webswing.CursorChangeEventMsgProto.Builder setY(int value)
optional sint32 y = 4;public Webswing.CursorChangeEventMsgProto.Builder clearY()
optional sint32 y = 4;public boolean hasCurFile()
optional string curFile = 5;hasCurFile in interface Webswing.CursorChangeEventMsgProtoOrBuilderpublic String getCurFile()
optional string curFile = 5;getCurFile in interface Webswing.CursorChangeEventMsgProtoOrBuilderpublic com.google.protobuf.ByteString getCurFileBytes()
optional string curFile = 5;getCurFileBytes in interface Webswing.CursorChangeEventMsgProtoOrBuilderpublic Webswing.CursorChangeEventMsgProto.Builder setCurFile(String value)
optional string curFile = 5;public Webswing.CursorChangeEventMsgProto.Builder clearCurFile()
optional string curFile = 5;public Webswing.CursorChangeEventMsgProto.Builder setCurFileBytes(com.google.protobuf.ByteString value)
optional string curFile = 5;Copyright © 2018. All rights reserved.