public class DescribeCallDetailRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeCallDetailRequest() | 
| DescribeCallDetailRequest(DescribeCallDetailRequest 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 | 
|---|---|
| String | getCommId()Get Unique ID of a call: sdkappid_roomgString_createTime. | 
| String[] | getDataType()Get Metric to query. | 
| Long | getEndTime()Get Query end time (s) in the format of Unix timestamp, e.g., 1590065877 | 
| String | getPageNumber()Get Page index starting from 0. | 
| String | getPageSize()Get Number of entries per page. | 
| String | getSdkAppId()Get `SDKAppID` of the users to query, e.g., 1400353843 | 
| Long | getStartTime()Get Query start time (s) in the format of Unix timestamp (e.g., 1590065777), which must be a time point in the last 14 days. | 
| String[] | getUserIds()Get User array to query, which contains up to 6 users. | 
| void | setCommId(String CommId)Set Unique ID of a call: sdkappid_roomgString_createTime. | 
| void | setDataType(String[] DataType)Set Metric to query. | 
| void | setEndTime(Long EndTime)Set Query end time (s) in the format of Unix timestamp, e.g., 1590065877 | 
| 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 `SDKAppID` of the users to query, e.g., 1400353843 | 
| void | setStartTime(Long StartTime)Set Query start time (s) in the format of Unix timestamp (e.g., 1590065777), which must be a time point in the last 14 days. | 
| void | setUserIds(String[] UserIds)Set User array to query, which contains up to 6 users. | 
| 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 DescribeCallDetailRequest()
public DescribeCallDetailRequest(DescribeCallDetailRequest source)
public 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 (s) in the format of Unix timestamp (e.g., 1590065777), which must be a time point in the last 14 days. The start and end time for query must not be more than 1 hour apart.public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - Query end time (s) in the format of Unix timestamp, e.g., 1590065877public String getSdkAppId()
public void setSdkAppId(String SdkAppId)
SdkAppId - `SDKAppID` of the users to query, e.g., 1400353843public String[] getUserIds()
public void setUserIds(String[] UserIds)
UserIds - User array to query, which contains up to 6 users. If it is left empty, 6 users will be returned by default.public String[] getDataType()
public void setDataType(String[] DataType)
DataType - Metric to query. The user list will be returned if it is left empty; all metrics will be returned if its value is `all`.
appCpu: CPU utilization of the application;
sysCpu: CPU utilization of the system;
aBit: upstream/downstream audio bitrate;
aBlock: audio lag duration;
bigvBit: upstream/downstream video bitrate;
bigvCapFps: frame rate for capturing videos;
bigvEncFps: frame rate for sending videos;
bigvDecFps: rendering frame rate;
bigvBlock: video lag duration;
aLoss: upstream/downstream audio packet loss;
bigvLoss: upstream/downstream video packet loss;
bigvWidth: upstream/downstream resolution in width;
bigvHeight: upstream/downstream resolution in height.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 by default.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 by default. When either `DataType` or `UserId` is not null, `PageSize` is up to 6. When `DataType` and `UserId` are null, `PageSize` is up to 100.Copyright © 2021. All rights reserved.