Package org.webswing.server.model.proto
Class Webswing.WindowEventMsgInProto.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Webswing.WindowEventMsgInProto.Builder>
-
- org.webswing.server.model.proto.Webswing.WindowEventMsgInProto.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable,Webswing.WindowEventMsgInProtoOrBuilder
- Enclosing class:
- Webswing.WindowEventMsgInProto
public static final class Webswing.WindowEventMsgInProto.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Webswing.WindowEventMsgInProto.Builder> implements Webswing.WindowEventMsgInProtoOrBuilder
Protobuf typeorg.webswing.server.model.proto.WindowEventMsgInProto
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Webswing.WindowEventMsgInProto.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Webswing.WindowEventMsgInProtobuild()Webswing.WindowEventMsgInProtobuildPartial()Webswing.WindowEventMsgInProto.Builderclear()Webswing.WindowEventMsgInProto.BuilderclearEventType()optional .org.webswing.server.model.proto.WindowEventMsgInProto.WindowEventTypeProto eventType = 6;Webswing.WindowEventMsgInProto.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Webswing.WindowEventMsgInProto.BuilderclearHeight()optional sint32 height = 5;Webswing.WindowEventMsgInProto.BuilderclearId()optional string id = 1;Webswing.WindowEventMsgInProto.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Webswing.WindowEventMsgInProto.BuilderclearWidth()optional sint32 width = 4;Webswing.WindowEventMsgInProto.BuilderclearX()optional sint32 x = 2;Webswing.WindowEventMsgInProto.BuilderclearY()optional sint32 y = 3;Webswing.WindowEventMsgInProto.Builderclone()Webswing.WindowEventMsgInProtogetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()Webswing.WindowEventMsgInProto.WindowEventTypeProtogetEventType()optional .org.webswing.server.model.proto.WindowEventMsgInProto.WindowEventTypeProto eventType = 6;intgetHeight()optional sint32 height = 5;StringgetId()optional string id = 1;com.google.protobuf.ByteStringgetIdBytes()optional string id = 1;intgetWidth()optional sint32 width = 4;intgetX()optional sint32 x = 2;intgetY()optional sint32 y = 3;booleanhasEventType()optional .org.webswing.server.model.proto.WindowEventMsgInProto.WindowEventTypeProto eventType = 6;booleanhasHeight()optional sint32 height = 5;booleanhasId()optional string id = 1;booleanhasWidth()optional sint32 width = 4;booleanhasX()optional sint32 x = 2;booleanhasY()optional sint32 y = 3;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Webswing.WindowEventMsgInProto.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Webswing.WindowEventMsgInProto.BuildermergeFrom(com.google.protobuf.Message other)Webswing.WindowEventMsgInProto.BuildermergeFrom(Webswing.WindowEventMsgInProto other)Webswing.WindowEventMsgInProto.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Webswing.WindowEventMsgInProto.BuildersetEventType(Webswing.WindowEventMsgInProto.WindowEventTypeProto value)optional .org.webswing.server.model.proto.WindowEventMsgInProto.WindowEventTypeProto eventType = 6;Webswing.WindowEventMsgInProto.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Webswing.WindowEventMsgInProto.BuildersetHeight(int value)optional sint32 height = 5;Webswing.WindowEventMsgInProto.BuildersetId(String value)optional string id = 1;Webswing.WindowEventMsgInProto.BuildersetIdBytes(com.google.protobuf.ByteString value)optional string id = 1;Webswing.WindowEventMsgInProto.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Webswing.WindowEventMsgInProto.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Webswing.WindowEventMsgInProto.BuildersetWidth(int value)optional sint32 width = 4;Webswing.WindowEventMsgInProto.BuildersetX(int value)optional sint32 x = 2;Webswing.WindowEventMsgInProto.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.WindowEventMsgInProto.Builder>
-
clear
public Webswing.WindowEventMsgInProto.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.WindowEventMsgInProto.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.WindowEventMsgInProto.Builder>
-
getDefaultInstanceForType
public Webswing.WindowEventMsgInProto getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public Webswing.WindowEventMsgInProto build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Webswing.WindowEventMsgInProto buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Webswing.WindowEventMsgInProto.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.WindowEventMsgInProto.Builder>
-
setField
public Webswing.WindowEventMsgInProto.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.WindowEventMsgInProto.Builder>
-
clearField
public Webswing.WindowEventMsgInProto.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Webswing.WindowEventMsgInProto.Builder>
-
clearOneof
public Webswing.WindowEventMsgInProto.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Webswing.WindowEventMsgInProto.Builder>
-
setRepeatedField
public Webswing.WindowEventMsgInProto.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.WindowEventMsgInProto.Builder>
-
addRepeatedField
public Webswing.WindowEventMsgInProto.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.WindowEventMsgInProto.Builder>
-
mergeFrom
public Webswing.WindowEventMsgInProto.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Webswing.WindowEventMsgInProto.Builder>
-
mergeFrom
public Webswing.WindowEventMsgInProto.Builder mergeFrom(Webswing.WindowEventMsgInProto other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Webswing.WindowEventMsgInProto.Builder>
-
mergeFrom
public Webswing.WindowEventMsgInProto.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.WindowEventMsgInProto.Builder>- Throws:
IOException
-
hasId
public boolean hasId()
optional string id = 1;- Specified by:
hasIdin interfaceWebswing.WindowEventMsgInProtoOrBuilder
-
getId
public String getId()
optional string id = 1;- Specified by:
getIdin interfaceWebswing.WindowEventMsgInProtoOrBuilder
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()
optional string id = 1;- Specified by:
getIdBytesin interfaceWebswing.WindowEventMsgInProtoOrBuilder
-
setId
public Webswing.WindowEventMsgInProto.Builder setId(String value)
optional string id = 1;
-
clearId
public Webswing.WindowEventMsgInProto.Builder clearId()
optional string id = 1;
-
setIdBytes
public Webswing.WindowEventMsgInProto.Builder setIdBytes(com.google.protobuf.ByteString value)
optional string id = 1;
-
hasX
public boolean hasX()
optional sint32 x = 2;- Specified by:
hasXin interfaceWebswing.WindowEventMsgInProtoOrBuilder
-
getX
public int getX()
optional sint32 x = 2;- Specified by:
getXin interfaceWebswing.WindowEventMsgInProtoOrBuilder
-
setX
public Webswing.WindowEventMsgInProto.Builder setX(int value)
optional sint32 x = 2;
-
clearX
public Webswing.WindowEventMsgInProto.Builder clearX()
optional sint32 x = 2;
-
hasY
public boolean hasY()
optional sint32 y = 3;- Specified by:
hasYin interfaceWebswing.WindowEventMsgInProtoOrBuilder
-
getY
public int getY()
optional sint32 y = 3;- Specified by:
getYin interfaceWebswing.WindowEventMsgInProtoOrBuilder
-
setY
public Webswing.WindowEventMsgInProto.Builder setY(int value)
optional sint32 y = 3;
-
clearY
public Webswing.WindowEventMsgInProto.Builder clearY()
optional sint32 y = 3;
-
hasWidth
public boolean hasWidth()
optional sint32 width = 4;- Specified by:
hasWidthin interfaceWebswing.WindowEventMsgInProtoOrBuilder
-
getWidth
public int getWidth()
optional sint32 width = 4;- Specified by:
getWidthin interfaceWebswing.WindowEventMsgInProtoOrBuilder
-
setWidth
public Webswing.WindowEventMsgInProto.Builder setWidth(int value)
optional sint32 width = 4;
-
clearWidth
public Webswing.WindowEventMsgInProto.Builder clearWidth()
optional sint32 width = 4;
-
hasHeight
public boolean hasHeight()
optional sint32 height = 5;- Specified by:
hasHeightin interfaceWebswing.WindowEventMsgInProtoOrBuilder
-
getHeight
public int getHeight()
optional sint32 height = 5;- Specified by:
getHeightin interfaceWebswing.WindowEventMsgInProtoOrBuilder
-
setHeight
public Webswing.WindowEventMsgInProto.Builder setHeight(int value)
optional sint32 height = 5;
-
clearHeight
public Webswing.WindowEventMsgInProto.Builder clearHeight()
optional sint32 height = 5;
-
hasEventType
public boolean hasEventType()
optional .org.webswing.server.model.proto.WindowEventMsgInProto.WindowEventTypeProto eventType = 6;- Specified by:
hasEventTypein interfaceWebswing.WindowEventMsgInProtoOrBuilder
-
getEventType
public Webswing.WindowEventMsgInProto.WindowEventTypeProto getEventType()
optional .org.webswing.server.model.proto.WindowEventMsgInProto.WindowEventTypeProto eventType = 6;- Specified by:
getEventTypein interfaceWebswing.WindowEventMsgInProtoOrBuilder
-
setEventType
public Webswing.WindowEventMsgInProto.Builder setEventType(Webswing.WindowEventMsgInProto.WindowEventTypeProto value)
optional .org.webswing.server.model.proto.WindowEventMsgInProto.WindowEventTypeProto eventType = 6;
-
clearEventType
public Webswing.WindowEventMsgInProto.Builder clearEventType()
optional .org.webswing.server.model.proto.WindowEventMsgInProto.WindowEventTypeProto eventType = 6;
-
setUnknownFields
public final Webswing.WindowEventMsgInProto.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Webswing.WindowEventMsgInProto.Builder>
-
mergeUnknownFields
public final Webswing.WindowEventMsgInProto.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Webswing.WindowEventMsgInProto.Builder>
-
-