Class RoomListItem

    • Constructor Detail

      • RoomListItem

        public RoomListItem()
      • RoomListItem

        public RoomListItem​(RoomListItem 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

      • getRoomId

        public String getRoomId()
        Get 房间ID
        Returns:
        RoomId 房间ID
      • setRoomId

        public void setRoomId​(String RoomId)
        Set 房间ID
        Parameters:
        RoomId - 房间ID
      • getStartTime

        public Long getStartTime()
        Get 房间在查询时间段内最早出现的时间,Unix时间戳,单位毫秒
        Returns:
        StartTime 房间在查询时间段内最早出现的时间,Unix时间戳,单位毫秒
      • setStartTime

        public void setStartTime​(Long StartTime)
        Set 房间在查询时间段内最早出现的时间,Unix时间戳,单位毫秒
        Parameters:
        StartTime - 房间在查询时间段内最早出现的时间,Unix时间戳,单位毫秒
      • getEndTime

        public Long getEndTime()
        Get 房间在查询时间段内最晚出现的时间,Unix时间戳,单位毫秒
        Returns:
        EndTime 房间在查询时间段内最晚出现的时间,Unix时间戳,单位毫秒
      • setEndTime

        public void setEndTime​(Long EndTime)
        Set 房间在查询时间段内最晚出现的时间,Unix时间戳,单位毫秒
        Parameters:
        EndTime - 房间在查询时间段内最晚出现的时间,Unix时间戳,单位毫秒
      • getUserNumber

        public Long getUserNumber()
        Get 房间里成员数
        Returns:
        UserNumber 房间里成员数
      • setUserNumber

        public void setUserNumber​(Long UserNumber)
        Set 房间里成员数
        Parameters:
        UserNumber - 房间里成员数