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 Maximum number of data entries to be returned. 
 | 
String | 
getQuery()
Get Extra query conditions. 
 | 
String | 
getRoomId()
Get Room ID to be used to query users. 
 | 
Long | 
getSdkAppId()
Get SdkAppId of the whiteboard application. 
 | 
Long[] | 
getTimeRange()
Get Query period, which consists of two Unix timestamps in milliseconds. 
 | 
void | 
setMaxSize(Long MaxSize)
Set Maximum number of data entries to be returned. 
 | 
void | 
setQuery(String Query)
Set Extra query conditions. 
 | 
void | 
setRoomId(String RoomId)
Set Room ID to be used to query users. 
 | 
void | 
setSdkAppId(Long SdkAppId)
Set SdkAppId of the whiteboard application. 
 | 
void | 
setTimeRange(Long[] TimeRange)
Set Query period, which consists of two Unix timestamps in milliseconds. 
 | 
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, toJsonStringpublic DescribeUserListRequest()
public DescribeUserListRequest(DescribeUserListRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - SdkAppId of the whiteboard application.public String getRoomId()
public void setRoomId(String RoomId)
RoomId - Room ID to be used to query users.public Long[] getTimeRange()
public void setTimeRange(Long[] TimeRange)
TimeRange - Query period, which consists of two Unix timestamps in milliseconds. The first indicates the start time and the second the end time.public String getQuery()
public void setQuery(String Query)
Query - Extra query conditions.public Long getMaxSize()
public void setMaxSize(Long MaxSize)
MaxSize - Maximum number of data entries to be returned. Default value: `1000`.Copyright © 2025. All rights reserved.