public class DescribeUserListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeUserListRequest() |
DescribeUserListRequest(DescribeUserListRequest 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 |
getMaxSize()
Get 返回最大的数据条数,默认1000
|
String |
getQuery()
Get 额外的查询条件
|
String |
getRoomId()
Get 需要查询用户列表的白板房间号
|
Long |
getSdkAppId()
Get 白板应用的SdkAppId
|
Long[] |
getTimeRange()
Get 查询时间段,Unix时间戳,单位毫秒,第一个值为开始时间戳,第二个值为结束时间
|
void |
setMaxSize(Long MaxSize)
Set 返回最大的数据条数,默认1000
|
void |
setQuery(String Query)
Set 额外的查询条件
|
void |
setRoomId(String RoomId)
Set 需要查询用户列表的白板房间号
|
void |
setSdkAppId(Long SdkAppId)
Set 白板应用的SdkAppId
|
void |
setTimeRange(Long[] TimeRange)
Set 查询时间段,Unix时间戳,单位毫秒,第一个值为开始时间戳,第二个值为结束时间
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeUserListRequest()
public DescribeUserListRequest(DescribeUserListRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- 白板应用的SdkAppIdpublic String getRoomId()
public void setRoomId(String RoomId)
RoomId
- 需要查询用户列表的白板房间号public Long[] getTimeRange()
public void setTimeRange(Long[] TimeRange)
TimeRange
- 查询时间段,Unix时间戳,单位毫秒,第一个值为开始时间戳,第二个值为结束时间public String getQuery()
public void setQuery(String Query)
Query
- 额外的查询条件public Long getMaxSize()
public void setMaxSize(Long MaxSize)
MaxSize
- 返回最大的数据条数,默认1000Copyright © 2024. All rights reserved.