Interface AppFrameProtoOut.WindowMsgOutProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AppFrameProtoOut.WindowMsgOutProto,AppFrameProtoOut.WindowMsgOutProto.Builder
- Enclosing class:
- AppFrameProtoOut
public static interface AppFrameProtoOut.WindowMsgOutProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppFrameProtoOut.WindowMsgOutProto.WindowClassTypeProtogetClassType()optional .appFrameProtoOut.WindowMsgOutProto.WindowClassTypeProto classType = 17;AppFrameProtoOut.WindowPartialContentMsgOutProtogetContent(int index)repeated .appFrameProtoOut.WindowPartialContentMsgOutProto content = 2;intgetContentCount()repeated .appFrameProtoOut.WindowPartialContentMsgOutProto content = 2;java.util.List<AppFrameProtoOut.WindowPartialContentMsgOutProto>getContentList()repeated .appFrameProtoOut.WindowPartialContentMsgOutProto content = 2;AppFrameProtoOut.WindowPartialContentMsgOutProtoOrBuildergetContentOrBuilder(int index)repeated .appFrameProtoOut.WindowPartialContentMsgOutProto content = 2;java.util.List<? extends AppFrameProtoOut.WindowPartialContentMsgOutProtoOrBuilder>getContentOrBuilderList()repeated .appFrameProtoOut.WindowPartialContentMsgOutProto content = 2;com.google.protobuf.ByteStringgetDirectDraw()optional bytes directDraw = 3;AppFrameProtoOut.WindowMsgOutProto.DockModeProtogetDockMode()optional .appFrameProtoOut.WindowMsgOutProto.DockModeProto dockMode = 15;AppFrameProtoOut.WindowMsgOutProto.DockStateProtogetDockState()optional .appFrameProtoOut.WindowMsgOutProto.DockStateProto dockState = 16;intgetHeight()optional uint32 height = 8;java.lang.StringgetId()required string id = 1;com.google.protobuf.ByteStringgetIdBytes()required string id = 1;AppFrameProtoOut.WindowMsgOutProtogetInternalWindows(int index)repeated .appFrameProtoOut.WindowMsgOutProto internalWindows = 14;intgetInternalWindowsCount()repeated .appFrameProtoOut.WindowMsgOutProto internalWindows = 14;java.util.List<AppFrameProtoOut.WindowMsgOutProto>getInternalWindowsList()repeated .appFrameProtoOut.WindowMsgOutProto internalWindows = 14;AppFrameProtoOut.WindowMsgOutProtoOrBuildergetInternalWindowsOrBuilder(int index)repeated .appFrameProtoOut.WindowMsgOutProto internalWindows = 14;java.util.List<? extends AppFrameProtoOut.WindowMsgOutProtoOrBuilder>getInternalWindowsOrBuilderList()repeated .appFrameProtoOut.WindowMsgOutProto internalWindows = 14;booleangetModalBlocked()optional bool modalBlocked = 11;java.lang.StringgetName()optional string name = 9;com.google.protobuf.ByteStringgetNameBytes()optional string name = 9;java.lang.StringgetOwnerId()optional string ownerId = 12;com.google.protobuf.ByteStringgetOwnerIdBytes()optional string ownerId = 12;intgetPosX()optional sint32 posX = 5;intgetPosY()optional sint32 posY = 6;intgetState()optional uint32 state = 13;java.lang.StringgetTitle()optional string title = 4;com.google.protobuf.ByteStringgetTitleBytes()optional string title = 4;AppFrameProtoOut.WindowMsgOutProto.WindowTypeProtogetType()optional .appFrameProtoOut.WindowMsgOutProto.WindowTypeProto type = 10;intgetWidth()optional uint32 width = 7;booleanhasClassType()optional .appFrameProtoOut.WindowMsgOutProto.WindowClassTypeProto classType = 17;booleanhasDirectDraw()optional bytes directDraw = 3;booleanhasDockMode()optional .appFrameProtoOut.WindowMsgOutProto.DockModeProto dockMode = 15;booleanhasDockState()optional .appFrameProtoOut.WindowMsgOutProto.DockStateProto dockState = 16;booleanhasHeight()optional uint32 height = 8;booleanhasId()required string id = 1;booleanhasModalBlocked()optional bool modalBlocked = 11;booleanhasName()optional string name = 9;booleanhasOwnerId()optional string ownerId = 12;booleanhasPosX()optional sint32 posX = 5;booleanhasPosY()optional sint32 posY = 6;booleanhasState()optional uint32 state = 13;booleanhasTitle()optional string title = 4;booleanhasType()optional .appFrameProtoOut.WindowMsgOutProto.WindowTypeProto type = 10;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
java.lang.String getId()
required string id = 1;
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
required string id = 1;
-
getContentList
java.util.List<AppFrameProtoOut.WindowPartialContentMsgOutProto> getContentList()
repeated .appFrameProtoOut.WindowPartialContentMsgOutProto content = 2;
-
getContent
AppFrameProtoOut.WindowPartialContentMsgOutProto getContent(int index)
repeated .appFrameProtoOut.WindowPartialContentMsgOutProto content = 2;
-
getContentCount
int getContentCount()
repeated .appFrameProtoOut.WindowPartialContentMsgOutProto content = 2;
-
getContentOrBuilderList
java.util.List<? extends AppFrameProtoOut.WindowPartialContentMsgOutProtoOrBuilder> getContentOrBuilderList()
repeated .appFrameProtoOut.WindowPartialContentMsgOutProto content = 2;
-
getContentOrBuilder
AppFrameProtoOut.WindowPartialContentMsgOutProtoOrBuilder getContentOrBuilder(int index)
repeated .appFrameProtoOut.WindowPartialContentMsgOutProto 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
java.lang.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;
-
hasName
boolean hasName()
optional string name = 9;
-
getName
java.lang.String getName()
optional string name = 9;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
optional string name = 9;
-
hasType
boolean hasType()
optional .appFrameProtoOut.WindowMsgOutProto.WindowTypeProto type = 10;
-
getType
AppFrameProtoOut.WindowMsgOutProto.WindowTypeProto getType()
optional .appFrameProtoOut.WindowMsgOutProto.WindowTypeProto type = 10;
-
hasModalBlocked
boolean hasModalBlocked()
optional bool modalBlocked = 11;
-
getModalBlocked
boolean getModalBlocked()
optional bool modalBlocked = 11;
-
hasOwnerId
boolean hasOwnerId()
optional string ownerId = 12;
-
getOwnerId
java.lang.String getOwnerId()
optional string ownerId = 12;
-
getOwnerIdBytes
com.google.protobuf.ByteString getOwnerIdBytes()
optional string ownerId = 12;
-
hasState
boolean hasState()
optional uint32 state = 13;
-
getState
int getState()
optional uint32 state = 13;
-
getInternalWindowsList
java.util.List<AppFrameProtoOut.WindowMsgOutProto> getInternalWindowsList()
repeated .appFrameProtoOut.WindowMsgOutProto internalWindows = 14;
-
getInternalWindows
AppFrameProtoOut.WindowMsgOutProto getInternalWindows(int index)
repeated .appFrameProtoOut.WindowMsgOutProto internalWindows = 14;
-
getInternalWindowsCount
int getInternalWindowsCount()
repeated .appFrameProtoOut.WindowMsgOutProto internalWindows = 14;
-
getInternalWindowsOrBuilderList
java.util.List<? extends AppFrameProtoOut.WindowMsgOutProtoOrBuilder> getInternalWindowsOrBuilderList()
repeated .appFrameProtoOut.WindowMsgOutProto internalWindows = 14;
-
getInternalWindowsOrBuilder
AppFrameProtoOut.WindowMsgOutProtoOrBuilder getInternalWindowsOrBuilder(int index)
repeated .appFrameProtoOut.WindowMsgOutProto internalWindows = 14;
-
hasDockMode
boolean hasDockMode()
optional .appFrameProtoOut.WindowMsgOutProto.DockModeProto dockMode = 15;
-
getDockMode
AppFrameProtoOut.WindowMsgOutProto.DockModeProto getDockMode()
optional .appFrameProtoOut.WindowMsgOutProto.DockModeProto dockMode = 15;
-
hasDockState
boolean hasDockState()
optional .appFrameProtoOut.WindowMsgOutProto.DockStateProto dockState = 16;
-
getDockState
AppFrameProtoOut.WindowMsgOutProto.DockStateProto getDockState()
optional .appFrameProtoOut.WindowMsgOutProto.DockStateProto dockState = 16;
-
hasClassType
boolean hasClassType()
optional .appFrameProtoOut.WindowMsgOutProto.WindowClassTypeProto classType = 17;
-
getClassType
AppFrameProtoOut.WindowMsgOutProto.WindowClassTypeProto getClassType()
optional .appFrameProtoOut.WindowMsgOutProto.WindowClassTypeProto classType = 17;
-
-