Package org.webswing.server.model.proto
Class Webswing.ActionEventMsgOutProto.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Webswing.ActionEventMsgOutProto.Builder>
-
- org.webswing.server.model.proto.Webswing.ActionEventMsgOutProto.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable,Webswing.ActionEventMsgOutProtoOrBuilder
- Enclosing class:
- Webswing.ActionEventMsgOutProto
public static final class Webswing.ActionEventMsgOutProto.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Webswing.ActionEventMsgOutProto.Builder> implements Webswing.ActionEventMsgOutProtoOrBuilder
Protobuf typeorg.webswing.server.model.proto.ActionEventMsgOutProto
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Webswing.ActionEventMsgOutProto.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Webswing.ActionEventMsgOutProtobuild()Webswing.ActionEventMsgOutProtobuildPartial()Webswing.ActionEventMsgOutProto.Builderclear()Webswing.ActionEventMsgOutProto.BuilderclearActionName()optional string actionName = 1;Webswing.ActionEventMsgOutProto.BuilderclearBinaryData()optional bytes binaryData = 3;Webswing.ActionEventMsgOutProto.BuilderclearData()optional string data = 2;Webswing.ActionEventMsgOutProto.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Webswing.ActionEventMsgOutProto.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Webswing.ActionEventMsgOutProto.BuilderclearWindowId()optional string windowId = 4;Webswing.ActionEventMsgOutProto.Builderclone()StringgetActionName()optional string actionName = 1;com.google.protobuf.ByteStringgetActionNameBytes()optional string actionName = 1;com.google.protobuf.ByteStringgetBinaryData()optional bytes binaryData = 3;StringgetData()optional string data = 2;com.google.protobuf.ByteStringgetDataBytes()optional string data = 2;Webswing.ActionEventMsgOutProtogetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetWindowId()optional string windowId = 4;com.google.protobuf.ByteStringgetWindowIdBytes()optional string windowId = 4;booleanhasActionName()optional string actionName = 1;booleanhasBinaryData()optional bytes binaryData = 3;booleanhasData()optional string data = 2;booleanhasWindowId()optional string windowId = 4;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Webswing.ActionEventMsgOutProto.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Webswing.ActionEventMsgOutProto.BuildermergeFrom(com.google.protobuf.Message other)Webswing.ActionEventMsgOutProto.BuildermergeFrom(Webswing.ActionEventMsgOutProto other)Webswing.ActionEventMsgOutProto.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Webswing.ActionEventMsgOutProto.BuildersetActionName(String value)optional string actionName = 1;Webswing.ActionEventMsgOutProto.BuildersetActionNameBytes(com.google.protobuf.ByteString value)optional string actionName = 1;Webswing.ActionEventMsgOutProto.BuildersetBinaryData(com.google.protobuf.ByteString value)optional bytes binaryData = 3;Webswing.ActionEventMsgOutProto.BuildersetData(String value)optional string data = 2;Webswing.ActionEventMsgOutProto.BuildersetDataBytes(com.google.protobuf.ByteString value)optional string data = 2;Webswing.ActionEventMsgOutProto.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Webswing.ActionEventMsgOutProto.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Webswing.ActionEventMsgOutProto.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Webswing.ActionEventMsgOutProto.BuildersetWindowId(String value)optional string windowId = 4;Webswing.ActionEventMsgOutProto.BuildersetWindowIdBytes(com.google.protobuf.ByteString value)optional string windowId = 4;-
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.ActionEventMsgOutProto.Builder>
-
clear
public Webswing.ActionEventMsgOutProto.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.ActionEventMsgOutProto.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.ActionEventMsgOutProto.Builder>
-
getDefaultInstanceForType
public Webswing.ActionEventMsgOutProto getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public Webswing.ActionEventMsgOutProto build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Webswing.ActionEventMsgOutProto buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Webswing.ActionEventMsgOutProto.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.ActionEventMsgOutProto.Builder>
-
setField
public Webswing.ActionEventMsgOutProto.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.ActionEventMsgOutProto.Builder>
-
clearField
public Webswing.ActionEventMsgOutProto.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Webswing.ActionEventMsgOutProto.Builder>
-
clearOneof
public Webswing.ActionEventMsgOutProto.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Webswing.ActionEventMsgOutProto.Builder>
-
setRepeatedField
public Webswing.ActionEventMsgOutProto.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.ActionEventMsgOutProto.Builder>
-
addRepeatedField
public Webswing.ActionEventMsgOutProto.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.ActionEventMsgOutProto.Builder>
-
mergeFrom
public Webswing.ActionEventMsgOutProto.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Webswing.ActionEventMsgOutProto.Builder>
-
mergeFrom
public Webswing.ActionEventMsgOutProto.Builder mergeFrom(Webswing.ActionEventMsgOutProto other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Webswing.ActionEventMsgOutProto.Builder>
-
mergeFrom
public Webswing.ActionEventMsgOutProto.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.ActionEventMsgOutProto.Builder>- Throws:
IOException
-
hasActionName
public boolean hasActionName()
optional string actionName = 1;- Specified by:
hasActionNamein interfaceWebswing.ActionEventMsgOutProtoOrBuilder
-
getActionName
public String getActionName()
optional string actionName = 1;- Specified by:
getActionNamein interfaceWebswing.ActionEventMsgOutProtoOrBuilder
-
getActionNameBytes
public com.google.protobuf.ByteString getActionNameBytes()
optional string actionName = 1;- Specified by:
getActionNameBytesin interfaceWebswing.ActionEventMsgOutProtoOrBuilder
-
setActionName
public Webswing.ActionEventMsgOutProto.Builder setActionName(String value)
optional string actionName = 1;
-
clearActionName
public Webswing.ActionEventMsgOutProto.Builder clearActionName()
optional string actionName = 1;
-
setActionNameBytes
public Webswing.ActionEventMsgOutProto.Builder setActionNameBytes(com.google.protobuf.ByteString value)
optional string actionName = 1;
-
hasData
public boolean hasData()
optional string data = 2;- Specified by:
hasDatain interfaceWebswing.ActionEventMsgOutProtoOrBuilder
-
getData
public String getData()
optional string data = 2;- Specified by:
getDatain interfaceWebswing.ActionEventMsgOutProtoOrBuilder
-
getDataBytes
public com.google.protobuf.ByteString getDataBytes()
optional string data = 2;- Specified by:
getDataBytesin interfaceWebswing.ActionEventMsgOutProtoOrBuilder
-
setData
public Webswing.ActionEventMsgOutProto.Builder setData(String value)
optional string data = 2;
-
clearData
public Webswing.ActionEventMsgOutProto.Builder clearData()
optional string data = 2;
-
setDataBytes
public Webswing.ActionEventMsgOutProto.Builder setDataBytes(com.google.protobuf.ByteString value)
optional string data = 2;
-
hasBinaryData
public boolean hasBinaryData()
optional bytes binaryData = 3;- Specified by:
hasBinaryDatain interfaceWebswing.ActionEventMsgOutProtoOrBuilder
-
getBinaryData
public com.google.protobuf.ByteString getBinaryData()
optional bytes binaryData = 3;- Specified by:
getBinaryDatain interfaceWebswing.ActionEventMsgOutProtoOrBuilder
-
setBinaryData
public Webswing.ActionEventMsgOutProto.Builder setBinaryData(com.google.protobuf.ByteString value)
optional bytes binaryData = 3;
-
clearBinaryData
public Webswing.ActionEventMsgOutProto.Builder clearBinaryData()
optional bytes binaryData = 3;
-
hasWindowId
public boolean hasWindowId()
optional string windowId = 4;- Specified by:
hasWindowIdin interfaceWebswing.ActionEventMsgOutProtoOrBuilder
-
getWindowId
public String getWindowId()
optional string windowId = 4;- Specified by:
getWindowIdin interfaceWebswing.ActionEventMsgOutProtoOrBuilder
-
getWindowIdBytes
public com.google.protobuf.ByteString getWindowIdBytes()
optional string windowId = 4;- Specified by:
getWindowIdBytesin interfaceWebswing.ActionEventMsgOutProtoOrBuilder
-
setWindowId
public Webswing.ActionEventMsgOutProto.Builder setWindowId(String value)
optional string windowId = 4;
-
clearWindowId
public Webswing.ActionEventMsgOutProto.Builder clearWindowId()
optional string windowId = 4;
-
setWindowIdBytes
public Webswing.ActionEventMsgOutProto.Builder setWindowIdBytes(com.google.protobuf.ByteString value)
optional string windowId = 4;
-
setUnknownFields
public final Webswing.ActionEventMsgOutProto.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Webswing.ActionEventMsgOutProto.Builder>
-
mergeUnknownFields
public final Webswing.ActionEventMsgOutProto.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Webswing.ActionEventMsgOutProto.Builder>
-
-