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 The last time when the user ID appeared during the queried period, which is a Unix timestamp in milliseconds.
|
Long |
getStartTime()
Get The first time when the user ID appeared during the queried period, which is a Unix timestamp in milliseconds.
|
String |
getUserId()
Get User ID in the room.
|
void |
setEndTime(Long EndTime)
Set The last time when the user ID appeared during the queried period, which is a Unix timestamp in milliseconds.
|
void |
setStartTime(Long StartTime)
Set The first time when the user ID appeared during the queried period, which is a Unix timestamp in milliseconds.
|
void |
setUserId(String UserId)
Set User ID in the room.
|
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
- User ID in the room.public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- The first time when the user ID appeared during the queried period, which is a Unix timestamp in milliseconds.public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- The last time when the user ID appeared during the queried period, which is a Unix timestamp in milliseconds.Copyright © 2024. All rights reserved.