public static interface Webswing.WindowMsgProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 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; |
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; |
int |
getPosX()
optional sint32 posX = 5; |
int |
getPosY()
optional sint32 posY = 6; |
String |
getTitle()
optional string title = 4; |
com.google.protobuf.ByteString |
getTitleBytes()
optional string title = 4; |
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; |
boolean hasId()
required string id = 1;String getId()
required string id = 1;com.google.protobuf.ByteString getIdBytes()
required string id = 1;List<Webswing.WindowPartialContentMsgProto> getContentList()
repeated .org.webswing.server.model.proto.WindowPartialContentMsgProto content = 2;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<? extends Webswing.WindowPartialContentMsgProtoOrBuilder> getContentOrBuilderList()
repeated .org.webswing.server.model.proto.WindowPartialContentMsgProto content = 2;Webswing.WindowPartialContentMsgProtoOrBuilder getContentOrBuilder(int index)
repeated .org.webswing.server.model.proto.WindowPartialContentMsgProto content = 2;boolean hasDirectDraw()
optional bytes directDraw = 3;com.google.protobuf.ByteString getDirectDraw()
optional bytes directDraw = 3;boolean hasTitle()
optional string title = 4;String getTitle()
optional string title = 4;com.google.protobuf.ByteString getTitleBytes()
optional string title = 4;boolean hasPosX()
optional sint32 posX = 5;int getPosX()
optional sint32 posX = 5;boolean hasPosY()
optional sint32 posY = 6;int getPosY()
optional sint32 posY = 6;boolean hasWidth()
optional uint32 width = 7;int getWidth()
optional uint32 width = 7;boolean hasHeight()
optional uint32 height = 8;int getHeight()
optional uint32 height = 8;Copyright © 2017. All rights reserved.