public static final class Webswing.PasteEventMsgInProto extends com.google.protobuf.GeneratedMessage implements Webswing.PasteEventMsgInProtoOrBuilder
org.webswing.server.model.proto.PasteEventMsgInProto| Modifier and Type | Class and Description |
|---|---|
static class |
Webswing.PasteEventMsgInProto.Builder
Protobuf type
org.webswing.server.model.proto.PasteEventMsgInProto |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
HTML_FIELD_NUMBER |
static int |
IMG_FIELD_NUMBER |
static com.google.protobuf.Parser<Webswing.PasteEventMsgInProto> |
PARSER |
static int |
SPECIAL_FIELD_NUMBER |
static int |
TEXT_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static Webswing.PasteEventMsgInProto |
getDefaultInstance() |
Webswing.PasteEventMsgInProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getHtml()
optional string html = 2; |
com.google.protobuf.ByteString |
getHtmlBytes()
optional string html = 2; |
String |
getImg()
optional string img = 3; |
com.google.protobuf.ByteString |
getImgBytes()
optional string img = 3; |
com.google.protobuf.Parser<Webswing.PasteEventMsgInProto> |
getParserForType() |
int |
getSerializedSize() |
boolean |
getSpecial()
optional bool special = 4; |
String |
getText()
optional string text = 1; |
com.google.protobuf.ByteString |
getTextBytes()
optional string text = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasHtml()
optional string html = 2; |
boolean |
hasImg()
optional string img = 3; |
boolean |
hasSpecial()
optional bool special = 4; |
boolean |
hasText()
optional string text = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Webswing.PasteEventMsgInProto.Builder |
newBuilder() |
static Webswing.PasteEventMsgInProto.Builder |
newBuilder(Webswing.PasteEventMsgInProto prototype) |
Webswing.PasteEventMsgInProto.Builder |
newBuilderForType() |
protected Webswing.PasteEventMsgInProto.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static Webswing.PasteEventMsgInProto |
parseDelimitedFrom(InputStream input) |
static Webswing.PasteEventMsgInProto |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Webswing.PasteEventMsgInProto |
parseFrom(byte[] data) |
static Webswing.PasteEventMsgInProto |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Webswing.PasteEventMsgInProto |
parseFrom(com.google.protobuf.ByteString data) |
static Webswing.PasteEventMsgInProto |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Webswing.PasteEventMsgInProto |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Webswing.PasteEventMsgInProto |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Webswing.PasteEventMsgInProto |
parseFrom(InputStream input) |
static Webswing.PasteEventMsgInProto |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Webswing.PasteEventMsgInProto.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, writeString, writeStringNoTagequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<Webswing.PasteEventMsgInProto> PARSER
public static final int TEXT_FIELD_NUMBER
public static final int HTML_FIELD_NUMBER
public static final int IMG_FIELD_NUMBER
public static final int SPECIAL_FIELD_NUMBER
public static Webswing.PasteEventMsgInProto getDefaultInstance()
public Webswing.PasteEventMsgInProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<Webswing.PasteEventMsgInProto> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasText()
optional string text = 1;hasText in interface Webswing.PasteEventMsgInProtoOrBuilderpublic String getText()
optional string text = 1;getText in interface Webswing.PasteEventMsgInProtoOrBuilderpublic com.google.protobuf.ByteString getTextBytes()
optional string text = 1;getTextBytes in interface Webswing.PasteEventMsgInProtoOrBuilderpublic boolean hasHtml()
optional string html = 2;hasHtml in interface Webswing.PasteEventMsgInProtoOrBuilderpublic String getHtml()
optional string html = 2;getHtml in interface Webswing.PasteEventMsgInProtoOrBuilderpublic com.google.protobuf.ByteString getHtmlBytes()
optional string html = 2;getHtmlBytes in interface Webswing.PasteEventMsgInProtoOrBuilderpublic boolean hasImg()
optional string img = 3;hasImg in interface Webswing.PasteEventMsgInProtoOrBuilderpublic String getImg()
optional string img = 3;getImg in interface Webswing.PasteEventMsgInProtoOrBuilderpublic com.google.protobuf.ByteString getImgBytes()
optional string img = 3;getImgBytes in interface Webswing.PasteEventMsgInProtoOrBuilderpublic boolean hasSpecial()
optional bool special = 4;hasSpecial in interface Webswing.PasteEventMsgInProtoOrBuilderpublic boolean getSpecial()
optional bool special = 4;getSpecial in interface Webswing.PasteEventMsgInProtoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static Webswing.PasteEventMsgInProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Webswing.PasteEventMsgInProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Webswing.PasteEventMsgInProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Webswing.PasteEventMsgInProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Webswing.PasteEventMsgInProto parseFrom(InputStream input) throws IOException
IOExceptionpublic static Webswing.PasteEventMsgInProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Webswing.PasteEventMsgInProto parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Webswing.PasteEventMsgInProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Webswing.PasteEventMsgInProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Webswing.PasteEventMsgInProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Webswing.PasteEventMsgInProto.Builder newBuilder()
public Webswing.PasteEventMsgInProto.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Webswing.PasteEventMsgInProto.Builder newBuilder(Webswing.PasteEventMsgInProto prototype)
public Webswing.PasteEventMsgInProto.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Webswing.PasteEventMsgInProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2019. All rights reserved.