Class DescribeTRTCRealTimeScaleDataRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.trtc.v20190722.models.DescribeTRTCRealTimeScaleDataRequest
-
public class DescribeTRTCRealTimeScaleDataRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetEndTime()Get 结束时间,unix时间戳,单位:秒StringgetRoomId()Get 房间IDStringgetSdkAppId()Get 用户SdkAppId(如:1400xxxxxx)LonggetStartTime()Get 开始时间,unix时间戳,单位:秒(查询时间范围根据监控仪表盘功能版本而定,基础版可查近3小时,进阶版可查近12小时)voidsetEndTime(Long EndTime)Set 结束时间,unix时间戳,单位:秒voidsetRoomId(String RoomId)Set 房间IDvoidsetSdkAppId(String SdkAppId)Set 用户SdkAppId(如:1400xxxxxx)voidsetStartTime(Long StartTime)Set 开始时间,unix时间戳,单位:秒(查询时间范围根据监控仪表盘功能版本而定,基础版可查近3小时,进阶版可查近12小时)voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeTRTCRealTimeScaleDataRequest
public DescribeTRTCRealTimeScaleDataRequest()
-
DescribeTRTCRealTimeScaleDataRequest
public 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.
-
-
Method Detail
-
getSdkAppId
public String getSdkAppId()
Get 用户SdkAppId(如:1400xxxxxx)- Returns:
- SdkAppId 用户SdkAppId(如:1400xxxxxx)
-
setSdkAppId
public void setSdkAppId(String SdkAppId)
Set 用户SdkAppId(如:1400xxxxxx)- Parameters:
SdkAppId- 用户SdkAppId(如:1400xxxxxx)
-
getStartTime
public Long getStartTime()
Get 开始时间,unix时间戳,单位:秒(查询时间范围根据监控仪表盘功能版本而定,基础版可查近3小时,进阶版可查近12小时)- Returns:
- StartTime 开始时间,unix时间戳,单位:秒(查询时间范围根据监控仪表盘功能版本而定,基础版可查近3小时,进阶版可查近12小时)
-
setStartTime
public void setStartTime(Long StartTime)
Set 开始时间,unix时间戳,单位:秒(查询时间范围根据监控仪表盘功能版本而定,基础版可查近3小时,进阶版可查近12小时)- Parameters:
StartTime- 开始时间,unix时间戳,单位:秒(查询时间范围根据监控仪表盘功能版本而定,基础版可查近3小时,进阶版可查近12小时)
-
getEndTime
public Long getEndTime()
Get 结束时间,unix时间戳,单位:秒- Returns:
- EndTime 结束时间,unix时间戳,单位:秒
-
setEndTime
public void setEndTime(Long EndTime)
Set 结束时间,unix时间戳,单位:秒- Parameters:
EndTime- 结束时间,unix时间戳,单位:秒
-
getRoomId
public String getRoomId()
Get 房间ID- Returns:
- RoomId 房间ID
-
setRoomId
public void setRoomId(String RoomId)
Set 房间ID- Parameters:
RoomId- 房间ID
-
-