Package org.webswing.server.model.proto
Class Webswing.MouseEventMsgInProto.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Webswing.MouseEventMsgInProto.Builder>
-
- org.webswing.server.model.proto.Webswing.MouseEventMsgInProto.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable,Webswing.MouseEventMsgInProtoOrBuilder
- Enclosing class:
- Webswing.MouseEventMsgInProto
public static final class Webswing.MouseEventMsgInProto.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Webswing.MouseEventMsgInProto.Builder> implements Webswing.MouseEventMsgInProtoOrBuilder
Protobuf typeorg.webswing.server.model.proto.MouseEventMsgInProto
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Webswing.MouseEventMsgInProto.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Webswing.MouseEventMsgInProtobuild()Webswing.MouseEventMsgInProtobuildPartial()Webswing.MouseEventMsgInProto.Builderclear()Webswing.MouseEventMsgInProto.BuilderclearAlt()optional bool alt = 7;Webswing.MouseEventMsgInProto.BuilderclearButton()optional sint32 button = 5;Webswing.MouseEventMsgInProto.BuilderclearButtons()optional sint32 buttons = 10;Webswing.MouseEventMsgInProto.BuilderclearCtrl()optional bool ctrl = 6;Webswing.MouseEventMsgInProto.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Webswing.MouseEventMsgInProto.BuilderclearMeta()optional bool meta = 9;Webswing.MouseEventMsgInProto.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Webswing.MouseEventMsgInProto.BuilderclearShift()optional bool shift = 8;Webswing.MouseEventMsgInProto.BuilderclearTimeMilis()optional sint32 timeMilis = 11;Webswing.MouseEventMsgInProto.BuilderclearType()optional .org.webswing.server.model.proto.MouseEventMsgInProto.MouseEventTypeProto type = 1;Webswing.MouseEventMsgInProto.BuilderclearWheelDelta()optional sint32 wheelDelta = 4;Webswing.MouseEventMsgInProto.BuilderclearWinId()optional string winId = 12;Webswing.MouseEventMsgInProto.BuilderclearX()optional sint32 x = 2;Webswing.MouseEventMsgInProto.BuilderclearY()optional sint32 y = 3;Webswing.MouseEventMsgInProto.Builderclone()booleangetAlt()optional bool alt = 7;intgetButton()optional sint32 button = 5;intgetButtons()optional sint32 buttons = 10;booleangetCtrl()optional bool ctrl = 6;Webswing.MouseEventMsgInProtogetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()booleangetMeta()optional bool meta = 9;booleangetShift()optional bool shift = 8;intgetTimeMilis()optional sint32 timeMilis = 11;Webswing.MouseEventMsgInProto.MouseEventTypeProtogetType()optional .org.webswing.server.model.proto.MouseEventMsgInProto.MouseEventTypeProto type = 1;intgetWheelDelta()optional sint32 wheelDelta = 4;StringgetWinId()optional string winId = 12;com.google.protobuf.ByteStringgetWinIdBytes()optional string winId = 12;intgetX()optional sint32 x = 2;intgetY()optional sint32 y = 3;booleanhasAlt()optional bool alt = 7;booleanhasButton()optional sint32 button = 5;booleanhasButtons()optional sint32 buttons = 10;booleanhasCtrl()optional bool ctrl = 6;booleanhasMeta()optional bool meta = 9;booleanhasShift()optional bool shift = 8;booleanhasTimeMilis()optional sint32 timeMilis = 11;booleanhasType()optional .org.webswing.server.model.proto.MouseEventMsgInProto.MouseEventTypeProto type = 1;booleanhasWheelDelta()optional sint32 wheelDelta = 4;booleanhasWinId()optional string winId = 12;booleanhasX()optional sint32 x = 2;booleanhasY()optional sint32 y = 3;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Webswing.MouseEventMsgInProto.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Webswing.MouseEventMsgInProto.BuildermergeFrom(com.google.protobuf.Message other)Webswing.MouseEventMsgInProto.BuildermergeFrom(Webswing.MouseEventMsgInProto other)Webswing.MouseEventMsgInProto.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Webswing.MouseEventMsgInProto.BuildersetAlt(boolean value)optional bool alt = 7;Webswing.MouseEventMsgInProto.BuildersetButton(int value)optional sint32 button = 5;Webswing.MouseEventMsgInProto.BuildersetButtons(int value)optional sint32 buttons = 10;Webswing.MouseEventMsgInProto.BuildersetCtrl(boolean value)optional bool ctrl = 6;Webswing.MouseEventMsgInProto.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Webswing.MouseEventMsgInProto.BuildersetMeta(boolean value)optional bool meta = 9;Webswing.MouseEventMsgInProto.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Webswing.MouseEventMsgInProto.BuildersetShift(boolean value)optional bool shift = 8;Webswing.MouseEventMsgInProto.BuildersetTimeMilis(int value)optional sint32 timeMilis = 11;Webswing.MouseEventMsgInProto.BuildersetType(Webswing.MouseEventMsgInProto.MouseEventTypeProto value)optional .org.webswing.server.model.proto.MouseEventMsgInProto.MouseEventTypeProto type = 1;Webswing.MouseEventMsgInProto.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Webswing.MouseEventMsgInProto.BuildersetWheelDelta(int value)optional sint32 wheelDelta = 4;Webswing.MouseEventMsgInProto.BuildersetWinId(String value)optional string winId = 12;Webswing.MouseEventMsgInProto.BuildersetWinIdBytes(com.google.protobuf.ByteString value)optional string winId = 12;Webswing.MouseEventMsgInProto.BuildersetX(int value)optional sint32 x = 2;Webswing.MouseEventMsgInProto.BuildersetY(int value)optional sint32 y = 3;-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<Webswing.MouseEventMsgInProto.Builder>
-
clear
public Webswing.MouseEventMsgInProto.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<Webswing.MouseEventMsgInProto.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<Webswing.MouseEventMsgInProto.Builder>
-
getDefaultInstanceForType
public Webswing.MouseEventMsgInProto getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public Webswing.MouseEventMsgInProto build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Webswing.MouseEventMsgInProto buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Webswing.MouseEventMsgInProto.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<Webswing.MouseEventMsgInProto.Builder>
-
setField
public Webswing.MouseEventMsgInProto.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Webswing.MouseEventMsgInProto.Builder>
-
clearField
public Webswing.MouseEventMsgInProto.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Webswing.MouseEventMsgInProto.Builder>
-
clearOneof
public Webswing.MouseEventMsgInProto.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Webswing.MouseEventMsgInProto.Builder>
-
setRepeatedField
public Webswing.MouseEventMsgInProto.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Webswing.MouseEventMsgInProto.Builder>
-
addRepeatedField
public Webswing.MouseEventMsgInProto.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Webswing.MouseEventMsgInProto.Builder>
-
mergeFrom
public Webswing.MouseEventMsgInProto.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Webswing.MouseEventMsgInProto.Builder>
-
mergeFrom
public Webswing.MouseEventMsgInProto.Builder mergeFrom(Webswing.MouseEventMsgInProto other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Webswing.MouseEventMsgInProto.Builder>
-
mergeFrom
public Webswing.MouseEventMsgInProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Webswing.MouseEventMsgInProto.Builder>- Throws:
IOException
-
hasType
public boolean hasType()
optional .org.webswing.server.model.proto.MouseEventMsgInProto.MouseEventTypeProto type = 1;- Specified by:
hasTypein interfaceWebswing.MouseEventMsgInProtoOrBuilder
-
getType
public Webswing.MouseEventMsgInProto.MouseEventTypeProto getType()
optional .org.webswing.server.model.proto.MouseEventMsgInProto.MouseEventTypeProto type = 1;- Specified by:
getTypein interfaceWebswing.MouseEventMsgInProtoOrBuilder
-
setType
public Webswing.MouseEventMsgInProto.Builder setType(Webswing.MouseEventMsgInProto.MouseEventTypeProto value)
optional .org.webswing.server.model.proto.MouseEventMsgInProto.MouseEventTypeProto type = 1;
-
clearType
public Webswing.MouseEventMsgInProto.Builder clearType()
optional .org.webswing.server.model.proto.MouseEventMsgInProto.MouseEventTypeProto type = 1;
-
hasX
public boolean hasX()
optional sint32 x = 2;- Specified by:
hasXin interfaceWebswing.MouseEventMsgInProtoOrBuilder
-
getX
public int getX()
optional sint32 x = 2;- Specified by:
getXin interfaceWebswing.MouseEventMsgInProtoOrBuilder
-
setX
public Webswing.MouseEventMsgInProto.Builder setX(int value)
optional sint32 x = 2;
-
clearX
public Webswing.MouseEventMsgInProto.Builder clearX()
optional sint32 x = 2;
-
hasY
public boolean hasY()
optional sint32 y = 3;- Specified by:
hasYin interfaceWebswing.MouseEventMsgInProtoOrBuilder
-
getY
public int getY()
optional sint32 y = 3;- Specified by:
getYin interfaceWebswing.MouseEventMsgInProtoOrBuilder
-
setY
public Webswing.MouseEventMsgInProto.Builder setY(int value)
optional sint32 y = 3;
-
clearY
public Webswing.MouseEventMsgInProto.Builder clearY()
optional sint32 y = 3;
-
hasWheelDelta
public boolean hasWheelDelta()
optional sint32 wheelDelta = 4;- Specified by:
hasWheelDeltain interfaceWebswing.MouseEventMsgInProtoOrBuilder
-
getWheelDelta
public int getWheelDelta()
optional sint32 wheelDelta = 4;- Specified by:
getWheelDeltain interfaceWebswing.MouseEventMsgInProtoOrBuilder
-
setWheelDelta
public Webswing.MouseEventMsgInProto.Builder setWheelDelta(int value)
optional sint32 wheelDelta = 4;
-
clearWheelDelta
public Webswing.MouseEventMsgInProto.Builder clearWheelDelta()
optional sint32 wheelDelta = 4;
-
hasButton
public boolean hasButton()
optional sint32 button = 5;- Specified by:
hasButtonin interfaceWebswing.MouseEventMsgInProtoOrBuilder
-
getButton
public int getButton()
optional sint32 button = 5;- Specified by:
getButtonin interfaceWebswing.MouseEventMsgInProtoOrBuilder
-
setButton
public Webswing.MouseEventMsgInProto.Builder setButton(int value)
optional sint32 button = 5;
-
clearButton
public Webswing.MouseEventMsgInProto.Builder clearButton()
optional sint32 button = 5;
-
hasCtrl
public boolean hasCtrl()
optional bool ctrl = 6;- Specified by:
hasCtrlin interfaceWebswing.MouseEventMsgInProtoOrBuilder
-
getCtrl
public boolean getCtrl()
optional bool ctrl = 6;- Specified by:
getCtrlin interfaceWebswing.MouseEventMsgInProtoOrBuilder
-
setCtrl
public Webswing.MouseEventMsgInProto.Builder setCtrl(boolean value)
optional bool ctrl = 6;
-
clearCtrl
public Webswing.MouseEventMsgInProto.Builder clearCtrl()
optional bool ctrl = 6;
-
hasAlt
public boolean hasAlt()
optional bool alt = 7;- Specified by:
hasAltin interfaceWebswing.MouseEventMsgInProtoOrBuilder
-
getAlt
public boolean getAlt()
optional bool alt = 7;- Specified by:
getAltin interfaceWebswing.MouseEventMsgInProtoOrBuilder
-
setAlt
public Webswing.MouseEventMsgInProto.Builder setAlt(boolean value)
optional bool alt = 7;
-
clearAlt
public Webswing.MouseEventMsgInProto.Builder clearAlt()
optional bool alt = 7;
-
hasShift
public boolean hasShift()
optional bool shift = 8;- Specified by:
hasShiftin interfaceWebswing.MouseEventMsgInProtoOrBuilder
-
getShift
public boolean getShift()
optional bool shift = 8;- Specified by:
getShiftin interfaceWebswing.MouseEventMsgInProtoOrBuilder
-
setShift
public Webswing.MouseEventMsgInProto.Builder setShift(boolean value)
optional bool shift = 8;
-
clearShift
public Webswing.MouseEventMsgInProto.Builder clearShift()
optional bool shift = 8;
-
hasMeta
public boolean hasMeta()
optional bool meta = 9;- Specified by:
hasMetain interfaceWebswing.MouseEventMsgInProtoOrBuilder
-
getMeta
public boolean getMeta()
optional bool meta = 9;- Specified by:
getMetain interfaceWebswing.MouseEventMsgInProtoOrBuilder
-
setMeta
public Webswing.MouseEventMsgInProto.Builder setMeta(boolean value)
optional bool meta = 9;
-
clearMeta
public Webswing.MouseEventMsgInProto.Builder clearMeta()
optional bool meta = 9;
-
hasButtons
public boolean hasButtons()
optional sint32 buttons = 10;- Specified by:
hasButtonsin interfaceWebswing.MouseEventMsgInProtoOrBuilder
-
getButtons
public int getButtons()
optional sint32 buttons = 10;- Specified by:
getButtonsin interfaceWebswing.MouseEventMsgInProtoOrBuilder
-
setButtons
public Webswing.MouseEventMsgInProto.Builder setButtons(int value)
optional sint32 buttons = 10;
-
clearButtons
public Webswing.MouseEventMsgInProto.Builder clearButtons()
optional sint32 buttons = 10;
-
hasTimeMilis
public boolean hasTimeMilis()
optional sint32 timeMilis = 11;- Specified by:
hasTimeMilisin interfaceWebswing.MouseEventMsgInProtoOrBuilder
-
getTimeMilis
public int getTimeMilis()
optional sint32 timeMilis = 11;- Specified by:
getTimeMilisin interfaceWebswing.MouseEventMsgInProtoOrBuilder
-
setTimeMilis
public Webswing.MouseEventMsgInProto.Builder setTimeMilis(int value)
optional sint32 timeMilis = 11;
-
clearTimeMilis
public Webswing.MouseEventMsgInProto.Builder clearTimeMilis()
optional sint32 timeMilis = 11;
-
hasWinId
public boolean hasWinId()
optional string winId = 12;- Specified by:
hasWinIdin interfaceWebswing.MouseEventMsgInProtoOrBuilder
-
getWinId
public String getWinId()
optional string winId = 12;- Specified by:
getWinIdin interfaceWebswing.MouseEventMsgInProtoOrBuilder
-
getWinIdBytes
public com.google.protobuf.ByteString getWinIdBytes()
optional string winId = 12;- Specified by:
getWinIdBytesin interfaceWebswing.MouseEventMsgInProtoOrBuilder
-
setWinId
public Webswing.MouseEventMsgInProto.Builder setWinId(String value)
optional string winId = 12;
-
clearWinId
public Webswing.MouseEventMsgInProto.Builder clearWinId()
optional string winId = 12;
-
setWinIdBytes
public Webswing.MouseEventMsgInProto.Builder setWinIdBytes(com.google.protobuf.ByteString value)
optional string winId = 12;
-
setUnknownFields
public final Webswing.MouseEventMsgInProto.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Webswing.MouseEventMsgInProto.Builder>
-
mergeUnknownFields
public final Webswing.MouseEventMsgInProto.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Webswing.MouseEventMsgInProto.Builder>
-
-