public static final class Webswing.WindowMsgProto extends com.google.protobuf.GeneratedMessage implements Webswing.WindowMsgProtoOrBuilder
org.webswing.server.model.proto.WindowMsgProto| Modifier and Type | Class and Description |
|---|---|
static class |
Webswing.WindowMsgProto.Builder
Protobuf type
org.webswing.server.model.proto.WindowMsgProto |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, 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 |
CONTENT_FIELD_NUMBER |
static int |
DIRECTDRAW_FIELD_NUMBER |
static int |
HEIGHT_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static com.google.protobuf.Parser<Webswing.WindowMsgProto> |
PARSER |
static int |
POSX_FIELD_NUMBER |
static int |
POSY_FIELD_NUMBER |
static int |
TITLE_FIELD_NUMBER |
static int |
WIDTH_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
Webswing.WindowPartialContentMsgProto |
getContent(int index)
repeated .org.webswing.server.model.proto.WindowPartialContentMsgProto content = 2; |
int |
getContentCount()
repeated .org.webswing.server.model.proto.WindowPartialContentMsgProto content = 2; |
List<Webswing.WindowPartialContentMsgProto> |
getContentList()
repeated .org.webswing.server.model.proto.WindowPartialContentMsgProto content = 2; |
Webswing.WindowPartialContentMsgProtoOrBuilder |
getContentOrBuilder(int index)
repeated .org.webswing.server.model.proto.WindowPartialContentMsgProto content = 2; |
List<? extends Webswing.WindowPartialContentMsgProtoOrBuilder> |
getContentOrBuilderList()
repeated .org.webswing.server.model.proto.WindowPartialContentMsgProto content = 2; |
static Webswing.WindowMsgProto |
getDefaultInstance() |
Webswing.WindowMsgProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.ByteString |
getDirectDraw()
optional bytes directDraw = 3; |
int |
getHeight()
optional uint32 height = 8; |
String |
getId()
required string id = 1; |
com.google.protobuf.ByteString |
getIdBytes()
required string id = 1; |
com.google.protobuf.Parser<Webswing.WindowMsgProto> |
getParserForType() |
int |
getPosX()
optional sint32 posX = 5; |
int |
getPosY()
optional sint32 posY = 6; |
int |
getSerializedSize() |
String |
getTitle()
optional string title = 4; |
com.google.protobuf.ByteString |
getTitleBytes()
optional string title = 4; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
getWidth()
optional uint32 width = 7; |
boolean |
hasDirectDraw()
optional bytes directDraw = 3; |
boolean |
hasHeight()
optional uint32 height = 8; |
boolean |
hasId()
required string id = 1; |
boolean |
hasPosX()
optional sint32 posX = 5; |
boolean |
hasPosY()
optional sint32 posY = 6; |
boolean |
hasTitle()
optional string title = 4; |
boolean |
hasWidth()
optional uint32 width = 7; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Webswing.WindowMsgProto.Builder |
newBuilder() |
static Webswing.WindowMsgProto.Builder |
newBuilder(Webswing.WindowMsgProto prototype) |
Webswing.WindowMsgProto.Builder |
newBuilderForType() |
protected Webswing.WindowMsgProto.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static Webswing.WindowMsgProto |
parseDelimitedFrom(InputStream input) |
static Webswing.WindowMsgProto |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Webswing.WindowMsgProto |
parseFrom(byte[] data) |
static Webswing.WindowMsgProto |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Webswing.WindowMsgProto |
parseFrom(com.google.protobuf.ByteString data) |
static Webswing.WindowMsgProto |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Webswing.WindowMsgProto |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Webswing.WindowMsgProto |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Webswing.WindowMsgProto |
parseFrom(InputStream input) |
static Webswing.WindowMsgProto |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Webswing.WindowMsgProto.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<Webswing.WindowMsgProto> PARSER
public static final int ID_FIELD_NUMBER
public static final int CONTENT_FIELD_NUMBER
public static final int DIRECTDRAW_FIELD_NUMBER
public static final int TITLE_FIELD_NUMBER
public static final int POSX_FIELD_NUMBER
public static final int POSY_FIELD_NUMBER
public static final int WIDTH_FIELD_NUMBER
public static final int HEIGHT_FIELD_NUMBER
public static Webswing.WindowMsgProto getDefaultInstance()
public Webswing.WindowMsgProto 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.WindowMsgProto> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasId()
required string id = 1;hasId in interface Webswing.WindowMsgProtoOrBuilderpublic String getId()
required string id = 1;getId in interface Webswing.WindowMsgProtoOrBuilderpublic com.google.protobuf.ByteString getIdBytes()
required string id = 1;getIdBytes in interface Webswing.WindowMsgProtoOrBuilderpublic List<Webswing.WindowPartialContentMsgProto> getContentList()
repeated .org.webswing.server.model.proto.WindowPartialContentMsgProto content = 2;getContentList in interface Webswing.WindowMsgProtoOrBuilderpublic List<? extends Webswing.WindowPartialContentMsgProtoOrBuilder> getContentOrBuilderList()
repeated .org.webswing.server.model.proto.WindowPartialContentMsgProto content = 2;getContentOrBuilderList in interface Webswing.WindowMsgProtoOrBuilderpublic int getContentCount()
repeated .org.webswing.server.model.proto.WindowPartialContentMsgProto content = 2;getContentCount in interface Webswing.WindowMsgProtoOrBuilderpublic Webswing.WindowPartialContentMsgProto getContent(int index)
repeated .org.webswing.server.model.proto.WindowPartialContentMsgProto content = 2;getContent in interface Webswing.WindowMsgProtoOrBuilderpublic Webswing.WindowPartialContentMsgProtoOrBuilder getContentOrBuilder(int index)
repeated .org.webswing.server.model.proto.WindowPartialContentMsgProto content = 2;getContentOrBuilder in interface Webswing.WindowMsgProtoOrBuilderpublic boolean hasDirectDraw()
optional bytes directDraw = 3;hasDirectDraw in interface Webswing.WindowMsgProtoOrBuilderpublic com.google.protobuf.ByteString getDirectDraw()
optional bytes directDraw = 3;getDirectDraw in interface Webswing.WindowMsgProtoOrBuilderpublic boolean hasTitle()
optional string title = 4;hasTitle in interface Webswing.WindowMsgProtoOrBuilderpublic String getTitle()
optional string title = 4;getTitle in interface Webswing.WindowMsgProtoOrBuilderpublic com.google.protobuf.ByteString getTitleBytes()
optional string title = 4;getTitleBytes in interface Webswing.WindowMsgProtoOrBuilderpublic boolean hasPosX()
optional sint32 posX = 5;hasPosX in interface Webswing.WindowMsgProtoOrBuilderpublic int getPosX()
optional sint32 posX = 5;getPosX in interface Webswing.WindowMsgProtoOrBuilderpublic boolean hasPosY()
optional sint32 posY = 6;hasPosY in interface Webswing.WindowMsgProtoOrBuilderpublic int getPosY()
optional sint32 posY = 6;getPosY in interface Webswing.WindowMsgProtoOrBuilderpublic boolean hasWidth()
optional uint32 width = 7;hasWidth in interface Webswing.WindowMsgProtoOrBuilderpublic int getWidth()
optional uint32 width = 7;getWidth in interface Webswing.WindowMsgProtoOrBuilderpublic boolean hasHeight()
optional uint32 height = 8;hasHeight in interface Webswing.WindowMsgProtoOrBuilderpublic int getHeight()
optional uint32 height = 8;getHeight in interface Webswing.WindowMsgProtoOrBuilderpublic 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.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static Webswing.WindowMsgProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Webswing.WindowMsgProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Webswing.WindowMsgProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Webswing.WindowMsgProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Webswing.WindowMsgProto parseFrom(InputStream input) throws IOException
IOExceptionpublic static Webswing.WindowMsgProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Webswing.WindowMsgProto parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Webswing.WindowMsgProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Webswing.WindowMsgProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Webswing.WindowMsgProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Webswing.WindowMsgProto.Builder newBuilder()
public Webswing.WindowMsgProto.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Webswing.WindowMsgProto.Builder newBuilder(Webswing.WindowMsgProto prototype)
public Webswing.WindowMsgProto.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Webswing.WindowMsgProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2017. All rights reserved.