public class DescribeTRTCRealTimeScaleDataRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeTRTCRealTimeScaleDataRequest() |
DescribeTRTCRealTimeScaleDataRequest(DescribeTRTCRealTimeScaleDataRequest 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 function version of the monitoring dashboard, premium edition can query up to 1 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 function version of the monitoring dashboard, premium edition can query up to 1 hours)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeTRTCRealTimeScaleDataRequest()
public DescribeTRTCRealTimeScaleDataRequest(DescribeTRTCRealTimeScaleDataRequest 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 function version of the monitoring dashboard, premium edition can query up to 1 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 © 2024. All rights reserved.