程序包 rtc

类 MWhiteboard.Whiteboard

java.lang.Object
rtc.MWhiteboard.Whiteboard
封闭类:
MWhiteboard

public static class MWhiteboard.Whiteboard extends Object
白板结构
  • 字段详细资料

    • _boardId

      public String _boardId
    • _ownId

      public String _ownId
    • _ownName

      public String _ownName
    • _title

      public String _title
    • _description

      public String _description
    • _remoteBgUrl

      public String _remoteBgUrl
    • _width

      public int _width
    • _height

      public int _height
    • _wndid

      public long _wndid
    • _a

      public int _a
    • _r

      public int _r
    • _g

      public int _g
    • _b

      public int _b
  • 构造器详细资料

    • Whiteboard

      public Whiteboard(String _boardId, String _ownId, String _title, String _description, String _remoteBgUrl, int _width, int _height, long _wndid, int _a, int _r, int _g, int _b)
    • Whiteboard

      public Whiteboard(String _boardId, String _ownId, String _ownName, String _title, String _description, String _remoteBgUrl, int _width, int _height, long _wndid, int _a, int _r, int _g, int _b)
  • 方法详细资料

    • get_ownId

      public String get_ownId()
    • set_ownId

      public void set_ownId(String _ownId)
    • get_ownName

      public String get_ownName()
    • set_ownName

      public void set_ownName(String _ownName)
    • getBoardId

      public String getBoardId()
    • get_remoteBgUrl

      public String get_remoteBgUrl()
    • set_remoteBgUrl

      public void set_remoteBgUrl(String _remoteBgUrl)
    • get_description

      public String get_description()
    • set_description

      public void set_description(String _description)
    • get_boardId

      public String get_boardId()
    • set_boardId

      public void set_boardId(String _boardId)
    • get_title

      public String get_title()
    • set_title

      public void set_title(String _title)
    • get_width

      public int get_width()
    • set_width

      public void set_width(int _width)
    • get_height

      public int get_height()
    • set_height

      public void set_height(int _height)
    • get_wndid

      public long get_wndid()
    • set_wndid

      public void set_wndid(long _wndid)
    • get_a

      public int get_a()
    • set_a

      public void set_a(int _a)
    • get_r

      public int get_r()
    • set_r

      public void set_r(int _r)
    • get_g

      public int get_g()
    • set_g

      public void set_g(int _g)
    • get_b

      public int get_b()
    • set_b

      public void set_b(int _b)
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object