public class DescribeUserInformationRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeUserInformationRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCommId()Get Unique ID of a call: sdkappid_roomgString_createTime. | 
| Long | getEndTime()Get Query end time in the format of UNIX timestamp (e.g. | 
| String | getPageNumber()Get Page index starting from 0. | 
| String | getPageSize()Get Number of entries per page. | 
| String | getSdkAppId()Get User `SDKAppID` (e.g. | 
| Long | getStartTime()Get Query start time in the format of UNIX timestamp, such as 1588031999s, which is a point in time in the last 14 days. | 
| String[] | getUserIds()Get The array of user IDs for query. | 
| void | setCommId(String CommId)Set Unique ID of a call: sdkappid_roomgString_createTime. | 
| void | setEndTime(Long EndTime)Set Query end time in the format of UNIX timestamp (e.g. | 
| void | setPageNumber(String PageNumber)Set Page index starting from 0. | 
| void | setPageSize(String PageSize)Set Number of entries per page. | 
| void | setSdkAppId(String SdkAppId)Set User `SDKAppID` (e.g. | 
| void | setStartTime(Long StartTime)Set Query start time in the format of UNIX timestamp, such as 1588031999s, which is a point in time in the last 14 days. | 
| void | setUserIds(String[] UserIds)Set The array of user IDs for query. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic String getCommId()
public void setCommId(String CommId)
CommId - Unique ID of a call: sdkappid_roomgString_createTime. The `roomgString` refers to the room ID, and `createTime` refers to the creation time of a room in the format of UNIX timestamp in seconds, such as 1400353843_218695_1590065777. Its value can be obtained from the `DescribeRoomInformation` API (related document: https://intl.cloud.tencent.com/document/product/647/44050?from_cn_redirect=1).public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime - Query start time in the format of UNIX timestamp, such as 1588031999s, which is a point in time in the last 14 days.public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - Query end time in the format of UNIX timestamp (e.g. 1588031999s).public String getSdkAppId()
public void setSdkAppId(String SdkAppId)
SdkAppId - User `SDKAppID` (e.g. 1400188366).public String[] getUserIds()
public void setUserIds(String[] UserIds)
UserIds - The array of user IDs for query. You can enter up to 6 user IDs. If it is left empty, data of 6 users will be returned.public String getPageNumber()
public void setPageNumber(String PageNumber)
PageNumber - Page index starting from 0. If either `PageNumber` or `PageSize` is left empty, 6 data entries will be returned.public String getPageSize()
public void setPageSize(String PageSize)
PageSize - Number of entries per page. If either `PageNumber` or `PageSize` is left empty, 6 data entries will be returned. `PageSize` is up to 100.Copyright © 2020. All rights reserved.