public class DescribeRealtimeQualityRequest extends AbstractModel
| Constructor and Description | 
|---|
DescribeRealtimeQualityRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
String[] | 
getDataType()
Get Type of data to query
enterTotalSuccPercent: room entry success rate;
fistFreamInSecRate: instant playback rate of the first frame;
blockPercent: video lag rate;
audioBlockPercent: audio lag rate. 
 | 
Long | 
getEndTime()
Get Query end time in the format of local UNIX timestamp, such as 1588031999s. 
 | 
String | 
getSdkAppId()
Get User `sdkappid` 
 | 
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 24 hours. 
 | 
void | 
setDataType(String[] DataType)
Set Type of data to query
enterTotalSuccPercent: room entry success rate;
fistFreamInSecRate: instant playback rate of the first frame;
blockPercent: video lag rate;
audioBlockPercent: audio lag rate. 
 | 
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` 
 | 
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 24 hours. 
 | 
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 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 24 hours.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`public String[] getDataType()
public void setDataType(String[] DataType)
DataType - Type of data to query
enterTotalSuccPercent: room entry success rate;
fistFreamInSecRate: instant playback rate of the first frame;
blockPercent: video lag rate;
audioBlockPercent: audio lag rate.Copyright © 2020. All rights reserved.