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