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 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;
      • getContentCount

        int getContentCount()
        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;