Class AppFrameProtoIn.MouseEventMsgInProto.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<AppFrameProtoIn.MouseEventMsgInProto.Builder>
-
- org.webswing.model.appframe.proto.AppFrameProtoIn.MouseEventMsgInProto.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.lang.Cloneable,AppFrameProtoIn.MouseEventMsgInProtoOrBuilder
- Enclosing class:
- AppFrameProtoIn.MouseEventMsgInProto
public static final class AppFrameProtoIn.MouseEventMsgInProto.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<AppFrameProtoIn.MouseEventMsgInProto.Builder> implements AppFrameProtoIn.MouseEventMsgInProtoOrBuilder
Protobuf typeappFrameProtoIn.MouseEventMsgInProto
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AppFrameProtoIn.MouseEventMsgInProto.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)AppFrameProtoIn.MouseEventMsgInProtobuild()AppFrameProtoIn.MouseEventMsgInProtobuildPartial()AppFrameProtoIn.MouseEventMsgInProto.Builderclear()AppFrameProtoIn.MouseEventMsgInProto.BuilderclearAlt()optional bool alt = 7;AppFrameProtoIn.MouseEventMsgInProto.BuilderclearButton()optional sint32 button = 5;AppFrameProtoIn.MouseEventMsgInProto.BuilderclearButtons()optional sint32 buttons = 10;AppFrameProtoIn.MouseEventMsgInProto.BuilderclearCtrl()optional bool ctrl = 6;AppFrameProtoIn.MouseEventMsgInProto.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)AppFrameProtoIn.MouseEventMsgInProto.BuilderclearMeta()optional bool meta = 9;AppFrameProtoIn.MouseEventMsgInProto.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)AppFrameProtoIn.MouseEventMsgInProto.BuilderclearShift()optional bool shift = 8;AppFrameProtoIn.MouseEventMsgInProto.BuilderclearTimeMilis()optional sint32 timeMilis = 11;AppFrameProtoIn.MouseEventMsgInProto.BuilderclearType()optional .appFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProto type = 1;AppFrameProtoIn.MouseEventMsgInProto.BuilderclearWheelDelta()optional sint32 wheelDelta = 4;AppFrameProtoIn.MouseEventMsgInProto.BuilderclearWinId()optional string winId = 12;AppFrameProtoIn.MouseEventMsgInProto.BuilderclearX()optional sint32 x = 2;AppFrameProtoIn.MouseEventMsgInProto.BuilderclearY()optional sint32 y = 3;AppFrameProtoIn.MouseEventMsgInProto.Builderclone()booleangetAlt()optional bool alt = 7;intgetButton()optional sint32 button = 5;intgetButtons()optional sint32 buttons = 10;booleangetCtrl()optional bool ctrl = 6;AppFrameProtoIn.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;AppFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProtogetType()optional .appFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProto type = 1;intgetWheelDelta()optional sint32 wheelDelta = 4;java.lang.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 .appFrameProtoIn.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()AppFrameProtoIn.MouseEventMsgInProto.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)AppFrameProtoIn.MouseEventMsgInProto.BuildermergeFrom(com.google.protobuf.Message other)AppFrameProtoIn.MouseEventMsgInProto.BuildermergeFrom(AppFrameProtoIn.MouseEventMsgInProto other)AppFrameProtoIn.MouseEventMsgInProto.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)AppFrameProtoIn.MouseEventMsgInProto.BuildersetAlt(boolean value)optional bool alt = 7;AppFrameProtoIn.MouseEventMsgInProto.BuildersetButton(int value)optional sint32 button = 5;AppFrameProtoIn.MouseEventMsgInProto.BuildersetButtons(int value)optional sint32 buttons = 10;AppFrameProtoIn.MouseEventMsgInProto.BuildersetCtrl(boolean value)optional bool ctrl = 6;AppFrameProtoIn.MouseEventMsgInProto.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)AppFrameProtoIn.MouseEventMsgInProto.BuildersetMeta(boolean value)optional bool meta = 9;AppFrameProtoIn.MouseEventMsgInProto.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)AppFrameProtoIn.MouseEventMsgInProto.BuildersetShift(boolean value)optional bool shift = 8;AppFrameProtoIn.MouseEventMsgInProto.BuildersetTimeMilis(int value)optional sint32 timeMilis = 11;AppFrameProtoIn.MouseEventMsgInProto.BuildersetType(AppFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProto value)optional .appFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProto type = 1;AppFrameProtoIn.MouseEventMsgInProto.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)AppFrameProtoIn.MouseEventMsgInProto.BuildersetWheelDelta(int value)optional sint32 wheelDelta = 4;AppFrameProtoIn.MouseEventMsgInProto.BuildersetWinId(java.lang.String value)optional string winId = 12;AppFrameProtoIn.MouseEventMsgInProto.BuildersetWinIdBytes(com.google.protobuf.ByteString value)optional string winId = 12;AppFrameProtoIn.MouseEventMsgInProto.BuildersetX(int value)optional sint32 x = 2;AppFrameProtoIn.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<AppFrameProtoIn.MouseEventMsgInProto.Builder>
-
clear
public AppFrameProtoIn.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<AppFrameProtoIn.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<AppFrameProtoIn.MouseEventMsgInProto.Builder>
-
getDefaultInstanceForType
public AppFrameProtoIn.MouseEventMsgInProto getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public AppFrameProtoIn.MouseEventMsgInProto build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public AppFrameProtoIn.MouseEventMsgInProto buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public AppFrameProtoIn.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<AppFrameProtoIn.MouseEventMsgInProto.Builder>
-
setField
public AppFrameProtoIn.MouseEventMsgInProto.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AppFrameProtoIn.MouseEventMsgInProto.Builder>
-
clearField
public AppFrameProtoIn.MouseEventMsgInProto.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AppFrameProtoIn.MouseEventMsgInProto.Builder>
-
clearOneof
public AppFrameProtoIn.MouseEventMsgInProto.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<AppFrameProtoIn.MouseEventMsgInProto.Builder>
-
setRepeatedField
public AppFrameProtoIn.MouseEventMsgInProto.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AppFrameProtoIn.MouseEventMsgInProto.Builder>
-
addRepeatedField
public AppFrameProtoIn.MouseEventMsgInProto.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AppFrameProtoIn.MouseEventMsgInProto.Builder>
-
mergeFrom
public AppFrameProtoIn.MouseEventMsgInProto.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<AppFrameProtoIn.MouseEventMsgInProto.Builder>
-
mergeFrom
public AppFrameProtoIn.MouseEventMsgInProto.Builder mergeFrom(AppFrameProtoIn.MouseEventMsgInProto other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<AppFrameProtoIn.MouseEventMsgInProto.Builder>
-
mergeFrom
public AppFrameProtoIn.MouseEventMsgInProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<AppFrameProtoIn.MouseEventMsgInProto.Builder>- Throws:
java.io.IOException
-
hasType
public boolean hasType()
optional .appFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProto type = 1;- Specified by:
hasTypein interfaceAppFrameProtoIn.MouseEventMsgInProtoOrBuilder
-
getType
public AppFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProto getType()
optional .appFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProto type = 1;- Specified by:
getTypein interfaceAppFrameProtoIn.MouseEventMsgInProtoOrBuilder
-
setType
public AppFrameProtoIn.MouseEventMsgInProto.Builder setType(AppFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProto value)
optional .appFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProto type = 1;
-
clearType
public AppFrameProtoIn.MouseEventMsgInProto.Builder clearType()
optional .appFrameProtoIn.MouseEventMsgInProto.MouseEventTypeProto type = 1;
-
hasX
public boolean hasX()
optional sint32 x = 2;- Specified by:
hasXin interfaceAppFrameProtoIn.MouseEventMsgInProtoOrBuilder
-
getX
public int getX()
optional sint32 x = 2;- Specified by:
getXin interfaceAppFrameProtoIn.MouseEventMsgInProtoOrBuilder
-
setX
public AppFrameProtoIn.MouseEventMsgInProto.Builder setX(int value)
optional sint32 x = 2;
-
clearX
public AppFrameProtoIn.MouseEventMsgInProto.Builder clearX()
optional sint32 x = 2;
-
hasY
public boolean hasY()
optional sint32 y = 3;- Specified by:
hasYin interfaceAppFrameProtoIn.MouseEventMsgInProtoOrBuilder
-
getY
public int getY()
optional sint32 y = 3;- Specified by:
getYin interfaceAppFrameProtoIn.MouseEventMsgInProtoOrBuilder
-
setY
public AppFrameProtoIn.MouseEventMsgInProto.Builder setY(int value)
optional sint32 y = 3;
-
clearY
public AppFrameProtoIn.MouseEventMsgInProto.Builder clearY()
optional sint32 y = 3;
-
hasWheelDelta
public boolean hasWheelDelta()
optional sint32 wheelDelta = 4;- Specified by:
hasWheelDeltain interfaceAppFrameProtoIn.MouseEventMsgInProtoOrBuilder
-
getWheelDelta
public int getWheelDelta()
optional sint32 wheelDelta = 4;- Specified by:
getWheelDeltain interfaceAppFrameProtoIn.MouseEventMsgInProtoOrBuilder
-
setWheelDelta
public AppFrameProtoIn.MouseEventMsgInProto.Builder setWheelDelta(int value)
optional sint32 wheelDelta = 4;
-
clearWheelDelta
public AppFrameProtoIn.MouseEventMsgInProto.Builder clearWheelDelta()
optional sint32 wheelDelta = 4;
-
hasButton
public boolean hasButton()
optional sint32 button = 5;- Specified by:
hasButtonin interfaceAppFrameProtoIn.MouseEventMsgInProtoOrBuilder
-
getButton
public int getButton()
optional sint32 button = 5;- Specified by:
getButtonin interfaceAppFrameProtoIn.MouseEventMsgInProtoOrBuilder
-
setButton
public AppFrameProtoIn.MouseEventMsgInProto.Builder setButton(int value)
optional sint32 button = 5;
-
clearButton
public AppFrameProtoIn.MouseEventMsgInProto.Builder clearButton()
optional sint32 button = 5;
-
hasCtrl
public boolean hasCtrl()
optional bool ctrl = 6;- Specified by:
hasCtrlin interfaceAppFrameProtoIn.MouseEventMsgInProtoOrBuilder
-
getCtrl
public boolean getCtrl()
optional bool ctrl = 6;- Specified by:
getCtrlin interfaceAppFrameProtoIn.MouseEventMsgInProtoOrBuilder
-
setCtrl
public AppFrameProtoIn.MouseEventMsgInProto.Builder setCtrl(boolean value)
optional bool ctrl = 6;
-
clearCtrl
public AppFrameProtoIn.MouseEventMsgInProto.Builder clearCtrl()
optional bool ctrl = 6;
-
hasAlt
public boolean hasAlt()
optional bool alt = 7;- Specified by:
hasAltin interfaceAppFrameProtoIn.MouseEventMsgInProtoOrBuilder
-
getAlt
public boolean getAlt()
optional bool alt = 7;- Specified by:
getAltin interfaceAppFrameProtoIn.MouseEventMsgInProtoOrBuilder
-
setAlt
public AppFrameProtoIn.MouseEventMsgInProto.Builder setAlt(boolean value)
optional bool alt = 7;
-
clearAlt
public AppFrameProtoIn.MouseEventMsgInProto.Builder clearAlt()
optional bool alt = 7;
-
hasShift
public boolean hasShift()
optional bool shift = 8;- Specified by:
hasShiftin interfaceAppFrameProtoIn.MouseEventMsgInProtoOrBuilder
-
getShift
public boolean getShift()
optional bool shift = 8;- Specified by:
getShiftin interfaceAppFrameProtoIn.MouseEventMsgInProtoOrBuilder
-
setShift
public AppFrameProtoIn.MouseEventMsgInProto.Builder setShift(boolean value)
optional bool shift = 8;
-
clearShift
public AppFrameProtoIn.MouseEventMsgInProto.Builder clearShift()
optional bool shift = 8;
-
hasMeta
public boolean hasMeta()
optional bool meta = 9;- Specified by:
hasMetain interfaceAppFrameProtoIn.MouseEventMsgInProtoOrBuilder
-
getMeta
public boolean getMeta()
optional bool meta = 9;- Specified by:
getMetain interfaceAppFrameProtoIn.MouseEventMsgInProtoOrBuilder
-
setMeta
public AppFrameProtoIn.MouseEventMsgInProto.Builder setMeta(boolean value)
optional bool meta = 9;
-
clearMeta
public AppFrameProtoIn.MouseEventMsgInProto.Builder clearMeta()
optional bool meta = 9;
-
hasButtons
public boolean hasButtons()
optional sint32 buttons = 10;- Specified by:
hasButtonsin interfaceAppFrameProtoIn.MouseEventMsgInProtoOrBuilder
-
getButtons
public int getButtons()
optional sint32 buttons = 10;- Specified by:
getButtonsin interfaceAppFrameProtoIn.MouseEventMsgInProtoOrBuilder
-
setButtons
public AppFrameProtoIn.MouseEventMsgInProto.Builder setButtons(int value)
optional sint32 buttons = 10;
-
clearButtons
public AppFrameProtoIn.MouseEventMsgInProto.Builder clearButtons()
optional sint32 buttons = 10;
-
hasTimeMilis
public boolean hasTimeMilis()
optional sint32 timeMilis = 11;- Specified by:
hasTimeMilisin interfaceAppFrameProtoIn.MouseEventMsgInProtoOrBuilder
-
getTimeMilis
public int getTimeMilis()
optional sint32 timeMilis = 11;- Specified by:
getTimeMilisin interfaceAppFrameProtoIn.MouseEventMsgInProtoOrBuilder
-
setTimeMilis
public AppFrameProtoIn.MouseEventMsgInProto.Builder setTimeMilis(int value)
optional sint32 timeMilis = 11;
-
clearTimeMilis
public AppFrameProtoIn.MouseEventMsgInProto.Builder clearTimeMilis()
optional sint32 timeMilis = 11;
-
hasWinId
public boolean hasWinId()
optional string winId = 12;- Specified by:
hasWinIdin interfaceAppFrameProtoIn.MouseEventMsgInProtoOrBuilder
-
getWinId
public java.lang.String getWinId()
optional string winId = 12;- Specified by:
getWinIdin interfaceAppFrameProtoIn.MouseEventMsgInProtoOrBuilder
-
getWinIdBytes
public com.google.protobuf.ByteString getWinIdBytes()
optional string winId = 12;- Specified by:
getWinIdBytesin interfaceAppFrameProtoIn.MouseEventMsgInProtoOrBuilder
-
setWinId
public AppFrameProtoIn.MouseEventMsgInProto.Builder setWinId(java.lang.String value)
optional string winId = 12;
-
clearWinId
public AppFrameProtoIn.MouseEventMsgInProto.Builder clearWinId()
optional string winId = 12;
-
setWinIdBytes
public AppFrameProtoIn.MouseEventMsgInProto.Builder setWinIdBytes(com.google.protobuf.ByteString value)
optional string winId = 12;
-
setUnknownFields
public final AppFrameProtoIn.MouseEventMsgInProto.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<AppFrameProtoIn.MouseEventMsgInProto.Builder>
-
mergeUnknownFields
public final AppFrameProtoIn.MouseEventMsgInProto.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<AppFrameProtoIn.MouseEventMsgInProto.Builder>
-
-