public class UserListItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
UserListItem() |
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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getEndTime()
Get 用户在查询时间段内最晚出现的时间,Unix时间戳,单位毫秒
|
Long |
getStartTime()
Get 用户在查询时间段内最早出现的时间,Unix时间戳,单位毫秒
|
String |
getUserId()
Get 房间内的用户ID
|
void |
setEndTime(Long EndTime)
Set 用户在查询时间段内最晚出现的时间,Unix时间戳,单位毫秒
|
void |
setStartTime(Long StartTime)
Set 用户在查询时间段内最早出现的时间,Unix时间戳,单位毫秒
|
void |
setUserId(String UserId)
Set 房间内的用户ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public UserListItem()
public UserListItem(UserListItem source)
public String getUserId()
public void setUserId(String UserId)
UserId
- 房间内的用户IDpublic Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- 用户在查询时间段内最早出现的时间,Unix时间戳,单位毫秒public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- 用户在查询时间段内最晚出现的时间,Unix时间戳,单位毫秒Copyright © 2024. All rights reserved.