Package org.webswing.server.model.proto
Interface Webswing.WindowMsgProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Webswing.WindowMsgProto,Webswing.WindowMsgProto.Builder
- Enclosing class:
- Webswing
public static interface Webswing.WindowMsgProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Webswing.WindowPartialContentMsgProtogetContent(int index)repeated .org.webswing.server.model.proto.WindowPartialContentMsgProto content = 2;intgetContentCount()repeated .org.webswing.server.model.proto.WindowPartialContentMsgProto content = 2;List<Webswing.WindowPartialContentMsgProto>getContentList()repeated .org.webswing.server.model.proto.WindowPartialContentMsgProto content = 2;Webswing.WindowPartialContentMsgProtoOrBuildergetContentOrBuilder(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.ByteStringgetDirectDraw()optional bytes directDraw = 3;intgetHeight()optional uint32 height = 8;StringgetId()required string id = 1;com.google.protobuf.ByteStringgetIdBytes()required string id = 1;intgetPosX()optional sint32 posX = 5;intgetPosY()optional sint32 posY = 6;StringgetTitle()optional string title = 4;com.google.protobuf.ByteStringgetTitleBytes()optional string title = 4;intgetWidth()optional uint32 width = 7;booleanhasDirectDraw()optional bytes directDraw = 3;booleanhasHeight()optional uint32 height = 8;booleanhasId()required string id = 1;booleanhasPosX()optional sint32 posX = 5;booleanhasPosY()optional sint32 posY = 6;booleanhasTitle()optional string title = 4;booleanhasWidth()optional uint32 width = 7;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasId
boolean hasId()
required string id = 1;
-
getId
String getId()
required string id = 1;
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
required string id = 1;
-
getContentList
List<Webswing.WindowPartialContentMsgProto> getContentList()
repeated .org.webswing.server.model.proto.WindowPartialContentMsgProto content = 2;
-
getContent
Webswing.WindowPartialContentMsgProto getContent(int index)
repeated .org.webswing.server.model.proto.WindowPartialContentMsgProto content = 2;
-
getContentCount
int getContentCount()
repeated .org.webswing.server.model.proto.WindowPartialContentMsgProto content = 2;
-
getContentOrBuilderList
List<? extends Webswing.WindowPartialContentMsgProtoOrBuilder> getContentOrBuilderList()
repeated .org.webswing.server.model.proto.WindowPartialContentMsgProto content = 2;
-
getContentOrBuilder
Webswing.WindowPartialContentMsgProtoOrBuilder getContentOrBuilder(int index)
repeated .org.webswing.server.model.proto.WindowPartialContentMsgProto content = 2;
-
hasDirectDraw
boolean hasDirectDraw()
optional bytes directDraw = 3;
-
getDirectDraw
com.google.protobuf.ByteString getDirectDraw()
optional bytes directDraw = 3;
-
hasTitle
boolean hasTitle()
optional string title = 4;
-
getTitle
String getTitle()
optional string title = 4;
-
getTitleBytes
com.google.protobuf.ByteString getTitleBytes()
optional string title = 4;
-
hasPosX
boolean hasPosX()
optional sint32 posX = 5;
-
getPosX
int getPosX()
optional sint32 posX = 5;
-
hasPosY
boolean hasPosY()
optional sint32 posY = 6;
-
getPosY
int getPosY()
optional sint32 posY = 6;
-
hasWidth
boolean hasWidth()
optional uint32 width = 7;
-
getWidth
int getWidth()
optional uint32 width = 7;
-
hasHeight
boolean hasHeight()
optional uint32 height = 8;
-
getHeight
int getHeight()
optional uint32 height = 8;
-
-