Class AppFrameProtoIn.PasteEventMsgInProto.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<AppFrameProtoIn.PasteEventMsgInProto.Builder>
-
- org.webswing.model.appframe.proto.AppFrameProtoIn.PasteEventMsgInProto.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.PasteEventMsgInProtoOrBuilder
- Enclosing class:
- AppFrameProtoIn.PasteEventMsgInProto
public static final class AppFrameProtoIn.PasteEventMsgInProto.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<AppFrameProtoIn.PasteEventMsgInProto.Builder> implements AppFrameProtoIn.PasteEventMsgInProtoOrBuilder
Protobuf typeappFrameProtoIn.PasteEventMsgInProto
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AppFrameProtoIn.PasteEventMsgInProto.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)AppFrameProtoIn.PasteEventMsgInProtobuild()AppFrameProtoIn.PasteEventMsgInProtobuildPartial()AppFrameProtoIn.PasteEventMsgInProto.Builderclear()AppFrameProtoIn.PasteEventMsgInProto.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)AppFrameProtoIn.PasteEventMsgInProto.BuilderclearHtml()optional string html = 2;AppFrameProtoIn.PasteEventMsgInProto.BuilderclearImg()optional string img = 3;AppFrameProtoIn.PasteEventMsgInProto.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)AppFrameProtoIn.PasteEventMsgInProto.BuilderclearSpecial()optional bool special = 4;AppFrameProtoIn.PasteEventMsgInProto.BuilderclearText()optional string text = 1;AppFrameProtoIn.PasteEventMsgInProto.Builderclone()AppFrameProtoIn.PasteEventMsgInProtogetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()java.lang.StringgetHtml()optional string html = 2;com.google.protobuf.ByteStringgetHtmlBytes()optional string html = 2;java.lang.StringgetImg()optional string img = 3;com.google.protobuf.ByteStringgetImgBytes()optional string img = 3;booleangetSpecial()optional bool special = 4;java.lang.StringgetText()optional string text = 1;com.google.protobuf.ByteStringgetTextBytes()optional string text = 1;booleanhasHtml()optional string html = 2;booleanhasImg()optional string img = 3;booleanhasSpecial()optional bool special = 4;booleanhasText()optional string text = 1;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()AppFrameProtoIn.PasteEventMsgInProto.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)AppFrameProtoIn.PasteEventMsgInProto.BuildermergeFrom(com.google.protobuf.Message other)AppFrameProtoIn.PasteEventMsgInProto.BuildermergeFrom(AppFrameProtoIn.PasteEventMsgInProto other)AppFrameProtoIn.PasteEventMsgInProto.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)AppFrameProtoIn.PasteEventMsgInProto.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)AppFrameProtoIn.PasteEventMsgInProto.BuildersetHtml(java.lang.String value)optional string html = 2;AppFrameProtoIn.PasteEventMsgInProto.BuildersetHtmlBytes(com.google.protobuf.ByteString value)optional string html = 2;AppFrameProtoIn.PasteEventMsgInProto.BuildersetImg(java.lang.String value)optional string img = 3;AppFrameProtoIn.PasteEventMsgInProto.BuildersetImgBytes(com.google.protobuf.ByteString value)optional string img = 3;AppFrameProtoIn.PasteEventMsgInProto.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)AppFrameProtoIn.PasteEventMsgInProto.BuildersetSpecial(boolean value)optional bool special = 4;AppFrameProtoIn.PasteEventMsgInProto.BuildersetText(java.lang.String value)optional string text = 1;AppFrameProtoIn.PasteEventMsgInProto.BuildersetTextBytes(com.google.protobuf.ByteString value)optional string text = 1;AppFrameProtoIn.PasteEventMsgInProto.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<AppFrameProtoIn.PasteEventMsgInProto.Builder>
-
clear
public AppFrameProtoIn.PasteEventMsgInProto.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.PasteEventMsgInProto.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.PasteEventMsgInProto.Builder>
-
getDefaultInstanceForType
public AppFrameProtoIn.PasteEventMsgInProto getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public AppFrameProtoIn.PasteEventMsgInProto build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public AppFrameProtoIn.PasteEventMsgInProto buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public AppFrameProtoIn.PasteEventMsgInProto.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.PasteEventMsgInProto.Builder>
-
setField
public AppFrameProtoIn.PasteEventMsgInProto.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.PasteEventMsgInProto.Builder>
-
clearField
public AppFrameProtoIn.PasteEventMsgInProto.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AppFrameProtoIn.PasteEventMsgInProto.Builder>
-
clearOneof
public AppFrameProtoIn.PasteEventMsgInProto.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<AppFrameProtoIn.PasteEventMsgInProto.Builder>
-
setRepeatedField
public AppFrameProtoIn.PasteEventMsgInProto.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.PasteEventMsgInProto.Builder>
-
addRepeatedField
public AppFrameProtoIn.PasteEventMsgInProto.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.PasteEventMsgInProto.Builder>
-
mergeFrom
public AppFrameProtoIn.PasteEventMsgInProto.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<AppFrameProtoIn.PasteEventMsgInProto.Builder>
-
mergeFrom
public AppFrameProtoIn.PasteEventMsgInProto.Builder mergeFrom(AppFrameProtoIn.PasteEventMsgInProto other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<AppFrameProtoIn.PasteEventMsgInProto.Builder>
-
mergeFrom
public AppFrameProtoIn.PasteEventMsgInProto.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.PasteEventMsgInProto.Builder>- Throws:
java.io.IOException
-
hasText
public boolean hasText()
optional string text = 1;- Specified by:
hasTextin interfaceAppFrameProtoIn.PasteEventMsgInProtoOrBuilder
-
getText
public java.lang.String getText()
optional string text = 1;- Specified by:
getTextin interfaceAppFrameProtoIn.PasteEventMsgInProtoOrBuilder
-
getTextBytes
public com.google.protobuf.ByteString getTextBytes()
optional string text = 1;- Specified by:
getTextBytesin interfaceAppFrameProtoIn.PasteEventMsgInProtoOrBuilder
-
setText
public AppFrameProtoIn.PasteEventMsgInProto.Builder setText(java.lang.String value)
optional string text = 1;
-
clearText
public AppFrameProtoIn.PasteEventMsgInProto.Builder clearText()
optional string text = 1;
-
setTextBytes
public AppFrameProtoIn.PasteEventMsgInProto.Builder setTextBytes(com.google.protobuf.ByteString value)
optional string text = 1;
-
hasHtml
public boolean hasHtml()
optional string html = 2;- Specified by:
hasHtmlin interfaceAppFrameProtoIn.PasteEventMsgInProtoOrBuilder
-
getHtml
public java.lang.String getHtml()
optional string html = 2;- Specified by:
getHtmlin interfaceAppFrameProtoIn.PasteEventMsgInProtoOrBuilder
-
getHtmlBytes
public com.google.protobuf.ByteString getHtmlBytes()
optional string html = 2;- Specified by:
getHtmlBytesin interfaceAppFrameProtoIn.PasteEventMsgInProtoOrBuilder
-
setHtml
public AppFrameProtoIn.PasteEventMsgInProto.Builder setHtml(java.lang.String value)
optional string html = 2;
-
clearHtml
public AppFrameProtoIn.PasteEventMsgInProto.Builder clearHtml()
optional string html = 2;
-
setHtmlBytes
public AppFrameProtoIn.PasteEventMsgInProto.Builder setHtmlBytes(com.google.protobuf.ByteString value)
optional string html = 2;
-
hasImg
public boolean hasImg()
optional string img = 3;- Specified by:
hasImgin interfaceAppFrameProtoIn.PasteEventMsgInProtoOrBuilder
-
getImg
public java.lang.String getImg()
optional string img = 3;- Specified by:
getImgin interfaceAppFrameProtoIn.PasteEventMsgInProtoOrBuilder
-
getImgBytes
public com.google.protobuf.ByteString getImgBytes()
optional string img = 3;- Specified by:
getImgBytesin interfaceAppFrameProtoIn.PasteEventMsgInProtoOrBuilder
-
setImg
public AppFrameProtoIn.PasteEventMsgInProto.Builder setImg(java.lang.String value)
optional string img = 3;
-
clearImg
public AppFrameProtoIn.PasteEventMsgInProto.Builder clearImg()
optional string img = 3;
-
setImgBytes
public AppFrameProtoIn.PasteEventMsgInProto.Builder setImgBytes(com.google.protobuf.ByteString value)
optional string img = 3;
-
hasSpecial
public boolean hasSpecial()
optional bool special = 4;- Specified by:
hasSpecialin interfaceAppFrameProtoIn.PasteEventMsgInProtoOrBuilder
-
getSpecial
public boolean getSpecial()
optional bool special = 4;- Specified by:
getSpecialin interfaceAppFrameProtoIn.PasteEventMsgInProtoOrBuilder
-
setSpecial
public AppFrameProtoIn.PasteEventMsgInProto.Builder setSpecial(boolean value)
optional bool special = 4;
-
clearSpecial
public AppFrameProtoIn.PasteEventMsgInProto.Builder clearSpecial()
optional bool special = 4;
-
setUnknownFields
public final AppFrameProtoIn.PasteEventMsgInProto.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<AppFrameProtoIn.PasteEventMsgInProto.Builder>
-
mergeUnknownFields
public final AppFrameProtoIn.PasteEventMsgInProto.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<AppFrameProtoIn.PasteEventMsgInProto.Builder>
-
-