Class MixUserInfo

    • Constructor Detail

      • MixUserInfo

        public MixUserInfo()
      • MixUserInfo

        public MixUserInfo​(MixUserInfo source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getUserId

        public String getUserId()
        Get 用户ID。
        Returns:
        UserId 用户ID。
      • setUserId

        public void setUserId​(String UserId)
        Set 用户ID。
        Parameters:
        UserId - 用户ID。
      • getRoomId

        public String getRoomId()
        Get 动态布局时房间信息必须和主房间信息保持一致,自定义布局时房间信息必须和MixLayoutList中对应用户的房间信息保持一致,不填时默认与主房间信息一致。
        Returns:
        RoomId 动态布局时房间信息必须和主房间信息保持一致,自定义布局时房间信息必须和MixLayoutList中对应用户的房间信息保持一致,不填时默认与主房间信息一致。
      • setRoomId

        public void setRoomId​(String RoomId)
        Set 动态布局时房间信息必须和主房间信息保持一致,自定义布局时房间信息必须和MixLayoutList中对应用户的房间信息保持一致,不填时默认与主房间信息一致。
        Parameters:
        RoomId - 动态布局时房间信息必须和主房间信息保持一致,自定义布局时房间信息必须和MixLayoutList中对应用户的房间信息保持一致,不填时默认与主房间信息一致。
      • getRoomIdType

        public Long getRoomIdType()
        Get 房间号类型,0为整形房间号,1为字符串房间号。
        Returns:
        RoomIdType 房间号类型,0为整形房间号,1为字符串房间号。
      • setRoomIdType

        public void setRoomIdType​(Long RoomIdType)
        Set 房间号类型,0为整形房间号,1为字符串房间号。
        Parameters:
        RoomIdType - 房间号类型,0为整形房间号,1为字符串房间号。