public class DescribeCallDetailRequest extends AbstractModel
Constructor and Description |
---|
DescribeCallDetailRequest() |
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 in the format of local UNIX timestamp, such as 1588031999s.
|
String |
getSdkAppId()
Get User `sdkappid`, such as 1400188366.
|
Long |
getStartTime()
Get Query start time in the format of local UNIX timestamp, such as 1588031999s, which is a point in time in the last 5 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 in the format of local UNIX timestamp, such as 1588031999s.
|
void |
setSdkAppId(String SdkAppId)
Set User `sdkappid`, such as 1400188366.
|
void |
setStartTime(Long StartTime)
Set Query start time in the format of local UNIX timestamp, such as 1588031999s, which is a point in time in the last 5 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, toJsonString
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 in the format of local UNIX timestamp, such as 1588031999s, which is a point in time in the last 5 days.public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- Query end time in the format of local UNIX timestamp, such as 1588031999s.public String getSdkAppId()
public void setSdkAppId(String SdkAppId)
SdkAppId
- User `sdkappid`, such as 1400188366.public 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.Copyright © 2020. All rights reserved.