Class UserListItem

    • Constructor Detail

      • UserListItem

        public UserListItem()
      • UserListItem

        public UserListItem​(UserListItem 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
      • 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时间戳,单位毫秒