public class DescribeTRTCRealTimeQualityDataRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeTRTCRealTimeQualityDataRequest() | 
| DescribeTRTCRealTimeQualityDataRequest(DescribeTRTCRealTimeQualityDataRequest 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 | getEndTime()Get End time, unix timestamp, Unit: seconds | 
| String | getRoomId()Get Room ID | 
| String | getSdkAppId()Get User SDKAppId (e.g., 1400xxxxxx) | 
| Long | getStartTime()Get Start time, unix timestamp, Unit: seconds (Query time range depends on the monitoring dashboard function version, standard edition can query the last 3 hours, premium edition can query the last 12 hours) | 
| void | setEndTime(Long EndTime)Set End time, unix timestamp, Unit: seconds | 
| void | setRoomId(String RoomId)Set Room ID | 
| void | setSdkAppId(String SdkAppId)Set User SDKAppId (e.g., 1400xxxxxx) | 
| void | setStartTime(Long StartTime)Set Start time, unix timestamp, Unit: seconds (Query time range depends on the monitoring dashboard function version, standard edition can query the last 3 hours, premium edition can query the last 12 hours) | 
| 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 DescribeTRTCRealTimeQualityDataRequest()
public DescribeTRTCRealTimeQualityDataRequest(DescribeTRTCRealTimeQualityDataRequest source)
public String getSdkAppId()
public void setSdkAppId(String SdkAppId)
SdkAppId - User SDKAppId (e.g., 1400xxxxxx)public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime - Start time, unix timestamp, Unit: seconds (Query time range depends on the monitoring dashboard function version, standard edition can query the last 3 hours, premium edition can query the last 12 hours)public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - End time, unix timestamp, Unit: secondspublic String getRoomId()
public void setRoomId(String RoomId)
RoomId - Room IDCopyright © 2025. All rights reserved.