public static final class Webswing.MouseEventMsgInProto.Builder extends com.google.protobuf.GeneratedMessage.Builder<Webswing.MouseEventMsgInProto.Builder> implements Webswing.MouseEventMsgInProtoOrBuilder
org.webswing.server.model.proto.MouseEventMsgInProto| Modifier and Type | Method and Description |
|---|---|
Webswing.MouseEventMsgInProto |
build() |
Webswing.MouseEventMsgInProto |
buildPartial() |
Webswing.MouseEventMsgInProto.Builder |
clear() |
Webswing.MouseEventMsgInProto.Builder |
clearAlt()
optional bool alt = 7; |
Webswing.MouseEventMsgInProto.Builder |
clearButton()
optional sint32 button = 5; |
Webswing.MouseEventMsgInProto.Builder |
clearButtons()
optional sint32 buttons = 10; |
Webswing.MouseEventMsgInProto.Builder |
clearCtrl()
optional bool ctrl = 6; |
Webswing.MouseEventMsgInProto.Builder |
clearMeta()
optional bool meta = 9; |
Webswing.MouseEventMsgInProto.Builder |
clearShift()
optional bool shift = 8; |
Webswing.MouseEventMsgInProto.Builder |
clearTimeMilis()
optional sint32 timeMilis = 11; |
Webswing.MouseEventMsgInProto.Builder |
clearType()
optional .org.webswing.server.model.proto.MouseEventMsgInProto.MouseEventTypeProto type = 1; |
Webswing.MouseEventMsgInProto.Builder |
clearWheelDelta()
optional sint32 wheelDelta = 4; |
Webswing.MouseEventMsgInProto.Builder |
clearX()
optional sint32 x = 2; |
Webswing.MouseEventMsgInProto.Builder |
clearY()
optional sint32 y = 3; |
Webswing.MouseEventMsgInProto.Builder |
clone() |
boolean |
getAlt()
optional bool alt = 7; |
int |
getButton()
optional sint32 button = 5; |
int |
getButtons()
optional sint32 buttons = 10; |
boolean |
getCtrl()
optional bool ctrl = 6; |
Webswing.MouseEventMsgInProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
getMeta()
optional bool meta = 9; |
boolean |
getShift()
optional bool shift = 8; |
int |
getTimeMilis()
optional sint32 timeMilis = 11; |
Webswing.MouseEventMsgInProto.MouseEventTypeProto |
getType()
optional .org.webswing.server.model.proto.MouseEventMsgInProto.MouseEventTypeProto type = 1; |
int |
getWheelDelta()
optional sint32 wheelDelta = 4; |
int |
getX()
optional sint32 x = 2; |
int |
getY()
optional sint32 y = 3; |
boolean |
hasAlt()
optional bool alt = 7; |
boolean |
hasButton()
optional sint32 button = 5; |
boolean |
hasButtons()
optional sint32 buttons = 10; |
boolean |
hasCtrl()
optional bool ctrl = 6; |
boolean |
hasMeta()
optional bool meta = 9; |
boolean |
hasShift()
optional bool shift = 8; |
boolean |
hasTimeMilis()
optional sint32 timeMilis = 11; |
boolean |
hasType()
optional .org.webswing.server.model.proto.MouseEventMsgInProto.MouseEventTypeProto type = 1; |
boolean |
hasWheelDelta()
optional sint32 wheelDelta = 4; |
boolean |
hasX()
optional sint32 x = 2; |
boolean |
hasY()
optional sint32 y = 3; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Webswing.MouseEventMsgInProto.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Webswing.MouseEventMsgInProto.Builder |
mergeFrom(com.google.protobuf.Message other) |
Webswing.MouseEventMsgInProto.Builder |
mergeFrom(Webswing.MouseEventMsgInProto other) |
Webswing.MouseEventMsgInProto.Builder |
setAlt(boolean value)
optional bool alt = 7; |
Webswing.MouseEventMsgInProto.Builder |
setButton(int value)
optional sint32 button = 5; |
Webswing.MouseEventMsgInProto.Builder |
setButtons(int value)
optional sint32 buttons = 10; |
Webswing.MouseEventMsgInProto.Builder |
setCtrl(boolean value)
optional bool ctrl = 6; |
Webswing.MouseEventMsgInProto.Builder |
setMeta(boolean value)
optional bool meta = 9; |
Webswing.MouseEventMsgInProto.Builder |
setShift(boolean value)
optional bool shift = 8; |
Webswing.MouseEventMsgInProto.Builder |
setTimeMilis(int value)
optional sint32 timeMilis = 11; |
Webswing.MouseEventMsgInProto.Builder |
setType(Webswing.MouseEventMsgInProto.MouseEventTypeProto value)
optional .org.webswing.server.model.proto.MouseEventMsgInProto.MouseEventTypeProto type = 1; |
Webswing.MouseEventMsgInProto.Builder |
setWheelDelta(int value)
optional sint32 wheelDelta = 4; |
Webswing.MouseEventMsgInProto.Builder |
setX(int value)
optional sint32 x = 2; |
Webswing.MouseEventMsgInProto.Builder |
setY(int value)
optional sint32 y = 3; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Webswing.MouseEventMsgInProto.Builder>public Webswing.MouseEventMsgInProto.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.MouseEventMsgInProto.Builder>public Webswing.MouseEventMsgInProto.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.MouseEventMsgInProto.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.MouseEventMsgInProto.Builder>public Webswing.MouseEventMsgInProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Webswing.MouseEventMsgInProto build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Webswing.MouseEventMsgInProto buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Webswing.MouseEventMsgInProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Webswing.MouseEventMsgInProto.Builder>public Webswing.MouseEventMsgInProto.Builder mergeFrom(Webswing.MouseEventMsgInProto other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<Webswing.MouseEventMsgInProto.Builder>public Webswing.MouseEventMsgInProto.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.MouseEventMsgInProto.Builder>IOExceptionpublic boolean hasType()
optional .org.webswing.server.model.proto.MouseEventMsgInProto.MouseEventTypeProto type = 1;hasType in interface Webswing.MouseEventMsgInProtoOrBuilderpublic Webswing.MouseEventMsgInProto.MouseEventTypeProto getType()
optional .org.webswing.server.model.proto.MouseEventMsgInProto.MouseEventTypeProto type = 1;getType in interface Webswing.MouseEventMsgInProtoOrBuilderpublic Webswing.MouseEventMsgInProto.Builder setType(Webswing.MouseEventMsgInProto.MouseEventTypeProto value)
optional .org.webswing.server.model.proto.MouseEventMsgInProto.MouseEventTypeProto type = 1;public Webswing.MouseEventMsgInProto.Builder clearType()
optional .org.webswing.server.model.proto.MouseEventMsgInProto.MouseEventTypeProto type = 1;public boolean hasX()
optional sint32 x = 2;hasX in interface Webswing.MouseEventMsgInProtoOrBuilderpublic int getX()
optional sint32 x = 2;getX in interface Webswing.MouseEventMsgInProtoOrBuilderpublic Webswing.MouseEventMsgInProto.Builder setX(int value)
optional sint32 x = 2;public Webswing.MouseEventMsgInProto.Builder clearX()
optional sint32 x = 2;public boolean hasY()
optional sint32 y = 3;hasY in interface Webswing.MouseEventMsgInProtoOrBuilderpublic int getY()
optional sint32 y = 3;getY in interface Webswing.MouseEventMsgInProtoOrBuilderpublic Webswing.MouseEventMsgInProto.Builder setY(int value)
optional sint32 y = 3;public Webswing.MouseEventMsgInProto.Builder clearY()
optional sint32 y = 3;public boolean hasWheelDelta()
optional sint32 wheelDelta = 4;hasWheelDelta in interface Webswing.MouseEventMsgInProtoOrBuilderpublic int getWheelDelta()
optional sint32 wheelDelta = 4;getWheelDelta in interface Webswing.MouseEventMsgInProtoOrBuilderpublic Webswing.MouseEventMsgInProto.Builder setWheelDelta(int value)
optional sint32 wheelDelta = 4;public Webswing.MouseEventMsgInProto.Builder clearWheelDelta()
optional sint32 wheelDelta = 4;public boolean hasButton()
optional sint32 button = 5;hasButton in interface Webswing.MouseEventMsgInProtoOrBuilderpublic int getButton()
optional sint32 button = 5;getButton in interface Webswing.MouseEventMsgInProtoOrBuilderpublic Webswing.MouseEventMsgInProto.Builder setButton(int value)
optional sint32 button = 5;public Webswing.MouseEventMsgInProto.Builder clearButton()
optional sint32 button = 5;public boolean hasCtrl()
optional bool ctrl = 6;hasCtrl in interface Webswing.MouseEventMsgInProtoOrBuilderpublic boolean getCtrl()
optional bool ctrl = 6;getCtrl in interface Webswing.MouseEventMsgInProtoOrBuilderpublic Webswing.MouseEventMsgInProto.Builder setCtrl(boolean value)
optional bool ctrl = 6;public Webswing.MouseEventMsgInProto.Builder clearCtrl()
optional bool ctrl = 6;public boolean hasAlt()
optional bool alt = 7;hasAlt in interface Webswing.MouseEventMsgInProtoOrBuilderpublic boolean getAlt()
optional bool alt = 7;getAlt in interface Webswing.MouseEventMsgInProtoOrBuilderpublic Webswing.MouseEventMsgInProto.Builder setAlt(boolean value)
optional bool alt = 7;public Webswing.MouseEventMsgInProto.Builder clearAlt()
optional bool alt = 7;public boolean hasShift()
optional bool shift = 8;hasShift in interface Webswing.MouseEventMsgInProtoOrBuilderpublic boolean getShift()
optional bool shift = 8;getShift in interface Webswing.MouseEventMsgInProtoOrBuilderpublic Webswing.MouseEventMsgInProto.Builder setShift(boolean value)
optional bool shift = 8;public Webswing.MouseEventMsgInProto.Builder clearShift()
optional bool shift = 8;public boolean hasMeta()
optional bool meta = 9;hasMeta in interface Webswing.MouseEventMsgInProtoOrBuilderpublic boolean getMeta()
optional bool meta = 9;getMeta in interface Webswing.MouseEventMsgInProtoOrBuilderpublic Webswing.MouseEventMsgInProto.Builder setMeta(boolean value)
optional bool meta = 9;public Webswing.MouseEventMsgInProto.Builder clearMeta()
optional bool meta = 9;public boolean hasButtons()
optional sint32 buttons = 10;hasButtons in interface Webswing.MouseEventMsgInProtoOrBuilderpublic int getButtons()
optional sint32 buttons = 10;getButtons in interface Webswing.MouseEventMsgInProtoOrBuilderpublic Webswing.MouseEventMsgInProto.Builder setButtons(int value)
optional sint32 buttons = 10;public Webswing.MouseEventMsgInProto.Builder clearButtons()
optional sint32 buttons = 10;public boolean hasTimeMilis()
optional sint32 timeMilis = 11;hasTimeMilis in interface Webswing.MouseEventMsgInProtoOrBuilderpublic int getTimeMilis()
optional sint32 timeMilis = 11;getTimeMilis in interface Webswing.MouseEventMsgInProtoOrBuilderpublic Webswing.MouseEventMsgInProto.Builder setTimeMilis(int value)
optional sint32 timeMilis = 11;public Webswing.MouseEventMsgInProto.Builder clearTimeMilis()
optional sint32 timeMilis = 11;Copyright © 2018. All rights reserved.