Class AppFrameProtoOut.CopyEventMsgOutProto.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<AppFrameProtoOut.CopyEventMsgOutProto.Builder>
-
- org.webswing.model.appframe.proto.AppFrameProtoOut.CopyEventMsgOutProto.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,AppFrameProtoOut.CopyEventMsgOutProtoOrBuilder
- Enclosing class:
- AppFrameProtoOut.CopyEventMsgOutProto
public static final class AppFrameProtoOut.CopyEventMsgOutProto.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<AppFrameProtoOut.CopyEventMsgOutProto.Builder> implements AppFrameProtoOut.CopyEventMsgOutProtoOrBuilder
Protobuf typeappFrameProtoOut.CopyEventMsgOutProto
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AppFrameProtoOut.CopyEventMsgOutProto.BuilderaddAllFiles(java.lang.Iterable<java.lang.String> values)repeated string files = 4;AppFrameProtoOut.CopyEventMsgOutProto.BuilderaddFiles(java.lang.String value)repeated string files = 4;AppFrameProtoOut.CopyEventMsgOutProto.BuilderaddFilesBytes(com.google.protobuf.ByteString value)repeated string files = 4;AppFrameProtoOut.CopyEventMsgOutProto.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)AppFrameProtoOut.CopyEventMsgOutProtobuild()AppFrameProtoOut.CopyEventMsgOutProtobuildPartial()AppFrameProtoOut.CopyEventMsgOutProto.Builderclear()AppFrameProtoOut.CopyEventMsgOutProto.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)AppFrameProtoOut.CopyEventMsgOutProto.BuilderclearFiles()repeated string files = 4;AppFrameProtoOut.CopyEventMsgOutProto.BuilderclearHtml()optional string html = 2;AppFrameProtoOut.CopyEventMsgOutProto.BuilderclearImg()optional bytes img = 3;AppFrameProtoOut.CopyEventMsgOutProto.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)AppFrameProtoOut.CopyEventMsgOutProto.BuilderclearOther()optional bool other = 5;AppFrameProtoOut.CopyEventMsgOutProto.BuilderclearText()optional string text = 1;AppFrameProtoOut.CopyEventMsgOutProto.Builderclone()AppFrameProtoOut.CopyEventMsgOutProtogetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()java.lang.StringgetFiles(int index)repeated string files = 4;com.google.protobuf.ByteStringgetFilesBytes(int index)repeated string files = 4;intgetFilesCount()repeated string files = 4;com.google.protobuf.ProtocolStringListgetFilesList()repeated string files = 4;java.lang.StringgetHtml()optional string html = 2;com.google.protobuf.ByteStringgetHtmlBytes()optional string html = 2;com.google.protobuf.ByteStringgetImg()optional bytes img = 3;booleangetOther()optional bool other = 5;java.lang.StringgetText()optional string text = 1;com.google.protobuf.ByteStringgetTextBytes()optional string text = 1;booleanhasHtml()optional string html = 2;booleanhasImg()optional bytes img = 3;booleanhasOther()optional bool other = 5;booleanhasText()optional string text = 1;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()AppFrameProtoOut.CopyEventMsgOutProto.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)AppFrameProtoOut.CopyEventMsgOutProto.BuildermergeFrom(com.google.protobuf.Message other)AppFrameProtoOut.CopyEventMsgOutProto.BuildermergeFrom(AppFrameProtoOut.CopyEventMsgOutProto other)AppFrameProtoOut.CopyEventMsgOutProto.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)AppFrameProtoOut.CopyEventMsgOutProto.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)AppFrameProtoOut.CopyEventMsgOutProto.BuildersetFiles(int index, java.lang.String value)repeated string files = 4;AppFrameProtoOut.CopyEventMsgOutProto.BuildersetHtml(java.lang.String value)optional string html = 2;AppFrameProtoOut.CopyEventMsgOutProto.BuildersetHtmlBytes(com.google.protobuf.ByteString value)optional string html = 2;AppFrameProtoOut.CopyEventMsgOutProto.BuildersetImg(com.google.protobuf.ByteString value)optional bytes img = 3;AppFrameProtoOut.CopyEventMsgOutProto.BuildersetOther(boolean value)optional bool other = 5;AppFrameProtoOut.CopyEventMsgOutProto.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)AppFrameProtoOut.CopyEventMsgOutProto.BuildersetText(java.lang.String value)optional string text = 1;AppFrameProtoOut.CopyEventMsgOutProto.BuildersetTextBytes(com.google.protobuf.ByteString value)optional string text = 1;AppFrameProtoOut.CopyEventMsgOutProto.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
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<AppFrameProtoOut.CopyEventMsgOutProto.Builder>
-
clear
public AppFrameProtoOut.CopyEventMsgOutProto.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<AppFrameProtoOut.CopyEventMsgOutProto.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<AppFrameProtoOut.CopyEventMsgOutProto.Builder>
-
getDefaultInstanceForType
public AppFrameProtoOut.CopyEventMsgOutProto getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public AppFrameProtoOut.CopyEventMsgOutProto build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public AppFrameProtoOut.CopyEventMsgOutProto buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public AppFrameProtoOut.CopyEventMsgOutProto.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<AppFrameProtoOut.CopyEventMsgOutProto.Builder>
-
setField
public AppFrameProtoOut.CopyEventMsgOutProto.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<AppFrameProtoOut.CopyEventMsgOutProto.Builder>
-
clearField
public AppFrameProtoOut.CopyEventMsgOutProto.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AppFrameProtoOut.CopyEventMsgOutProto.Builder>
-
clearOneof
public AppFrameProtoOut.CopyEventMsgOutProto.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<AppFrameProtoOut.CopyEventMsgOutProto.Builder>
-
setRepeatedField
public AppFrameProtoOut.CopyEventMsgOutProto.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<AppFrameProtoOut.CopyEventMsgOutProto.Builder>
-
addRepeatedField
public AppFrameProtoOut.CopyEventMsgOutProto.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<AppFrameProtoOut.CopyEventMsgOutProto.Builder>
-
mergeFrom
public AppFrameProtoOut.CopyEventMsgOutProto.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<AppFrameProtoOut.CopyEventMsgOutProto.Builder>
-
mergeFrom
public AppFrameProtoOut.CopyEventMsgOutProto.Builder mergeFrom(AppFrameProtoOut.CopyEventMsgOutProto other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<AppFrameProtoOut.CopyEventMsgOutProto.Builder>
-
mergeFrom
public AppFrameProtoOut.CopyEventMsgOutProto.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<AppFrameProtoOut.CopyEventMsgOutProto.Builder>- Throws:
java.io.IOException
-
hasText
public boolean hasText()
optional string text = 1;- Specified by:
hasTextin interfaceAppFrameProtoOut.CopyEventMsgOutProtoOrBuilder
-
getText
public java.lang.String getText()
optional string text = 1;- Specified by:
getTextin interfaceAppFrameProtoOut.CopyEventMsgOutProtoOrBuilder
-
getTextBytes
public com.google.protobuf.ByteString getTextBytes()
optional string text = 1;- Specified by:
getTextBytesin interfaceAppFrameProtoOut.CopyEventMsgOutProtoOrBuilder
-
setText
public AppFrameProtoOut.CopyEventMsgOutProto.Builder setText(java.lang.String value)
optional string text = 1;
-
clearText
public AppFrameProtoOut.CopyEventMsgOutProto.Builder clearText()
optional string text = 1;
-
setTextBytes
public AppFrameProtoOut.CopyEventMsgOutProto.Builder setTextBytes(com.google.protobuf.ByteString value)
optional string text = 1;
-
hasHtml
public boolean hasHtml()
optional string html = 2;- Specified by:
hasHtmlin interfaceAppFrameProtoOut.CopyEventMsgOutProtoOrBuilder
-
getHtml
public java.lang.String getHtml()
optional string html = 2;- Specified by:
getHtmlin interfaceAppFrameProtoOut.CopyEventMsgOutProtoOrBuilder
-
getHtmlBytes
public com.google.protobuf.ByteString getHtmlBytes()
optional string html = 2;- Specified by:
getHtmlBytesin interfaceAppFrameProtoOut.CopyEventMsgOutProtoOrBuilder
-
setHtml
public AppFrameProtoOut.CopyEventMsgOutProto.Builder setHtml(java.lang.String value)
optional string html = 2;
-
clearHtml
public AppFrameProtoOut.CopyEventMsgOutProto.Builder clearHtml()
optional string html = 2;
-
setHtmlBytes
public AppFrameProtoOut.CopyEventMsgOutProto.Builder setHtmlBytes(com.google.protobuf.ByteString value)
optional string html = 2;
-
hasImg
public boolean hasImg()
optional bytes img = 3;- Specified by:
hasImgin interfaceAppFrameProtoOut.CopyEventMsgOutProtoOrBuilder
-
getImg
public com.google.protobuf.ByteString getImg()
optional bytes img = 3;- Specified by:
getImgin interfaceAppFrameProtoOut.CopyEventMsgOutProtoOrBuilder
-
setImg
public AppFrameProtoOut.CopyEventMsgOutProto.Builder setImg(com.google.protobuf.ByteString value)
optional bytes img = 3;
-
clearImg
public AppFrameProtoOut.CopyEventMsgOutProto.Builder clearImg()
optional bytes img = 3;
-
getFilesList
public com.google.protobuf.ProtocolStringList getFilesList()
repeated string files = 4;- Specified by:
getFilesListin interfaceAppFrameProtoOut.CopyEventMsgOutProtoOrBuilder
-
getFilesCount
public int getFilesCount()
repeated string files = 4;- Specified by:
getFilesCountin interfaceAppFrameProtoOut.CopyEventMsgOutProtoOrBuilder
-
getFiles
public java.lang.String getFiles(int index)
repeated string files = 4;- Specified by:
getFilesin interfaceAppFrameProtoOut.CopyEventMsgOutProtoOrBuilder
-
getFilesBytes
public com.google.protobuf.ByteString getFilesBytes(int index)
repeated string files = 4;- Specified by:
getFilesBytesin interfaceAppFrameProtoOut.CopyEventMsgOutProtoOrBuilder
-
setFiles
public AppFrameProtoOut.CopyEventMsgOutProto.Builder setFiles(int index, java.lang.String value)
repeated string files = 4;
-
addFiles
public AppFrameProtoOut.CopyEventMsgOutProto.Builder addFiles(java.lang.String value)
repeated string files = 4;
-
addAllFiles
public AppFrameProtoOut.CopyEventMsgOutProto.Builder addAllFiles(java.lang.Iterable<java.lang.String> values)
repeated string files = 4;
-
clearFiles
public AppFrameProtoOut.CopyEventMsgOutProto.Builder clearFiles()
repeated string files = 4;
-
addFilesBytes
public AppFrameProtoOut.CopyEventMsgOutProto.Builder addFilesBytes(com.google.protobuf.ByteString value)
repeated string files = 4;
-
hasOther
public boolean hasOther()
optional bool other = 5;- Specified by:
hasOtherin interfaceAppFrameProtoOut.CopyEventMsgOutProtoOrBuilder
-
getOther
public boolean getOther()
optional bool other = 5;- Specified by:
getOtherin interfaceAppFrameProtoOut.CopyEventMsgOutProtoOrBuilder
-
setOther
public AppFrameProtoOut.CopyEventMsgOutProto.Builder setOther(boolean value)
optional bool other = 5;
-
clearOther
public AppFrameProtoOut.CopyEventMsgOutProto.Builder clearOther()
optional bool other = 5;
-
setUnknownFields
public final AppFrameProtoOut.CopyEventMsgOutProto.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<AppFrameProtoOut.CopyEventMsgOutProto.Builder>
-
mergeUnknownFields
public final AppFrameProtoOut.CopyEventMsgOutProto.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<AppFrameProtoOut.CopyEventMsgOutProto.Builder>
-
-