Class DescribeTrtcRoomUsageRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.trtc.v20190722.models.DescribeTrtcRoomUsageRequest
-
public class DescribeTrtcRoomUsageRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeTrtcRoomUsageRequest()DescribeTrtcRoomUsageRequest(DescribeTrtcRoomUsageRequest 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 StringgetEndTime()Get 查询结束时间,格式为YYYY-MM-DD HH:MM,单次查询不超过24h。LonggetSdkAppid()Get TRTC的SdkAppId,和房间所对应的SdkAppId相同。StringgetStartTime()Get 查询开始时间,格式为YYYY-MM-DD HH:MM,精确到分钟级。voidsetEndTime(String EndTime)Set 查询结束时间,格式为YYYY-MM-DD HH:MM,单次查询不超过24h。voidsetSdkAppid(Long SdkAppid)Set TRTC的SdkAppId,和房间所对应的SdkAppId相同。voidsetStartTime(String StartTime)Set 查询开始时间,格式为YYYY-MM-DD HH:MM,精确到分钟级。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
-
DescribeTrtcRoomUsageRequest
public DescribeTrtcRoomUsageRequest()
-
DescribeTrtcRoomUsageRequest
public DescribeTrtcRoomUsageRequest(DescribeTrtcRoomUsageRequest 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 Long getSdkAppid()
Get TRTC的SdkAppId,和房间所对应的SdkAppId相同。- Returns:
- SdkAppid TRTC的SdkAppId,和房间所对应的SdkAppId相同。
-
setSdkAppid
public void setSdkAppid(Long SdkAppid)
Set TRTC的SdkAppId,和房间所对应的SdkAppId相同。- Parameters:
SdkAppid- TRTC的SdkAppId,和房间所对应的SdkAppId相同。
-
getStartTime
public String getStartTime()
Get 查询开始时间,格式为YYYY-MM-DD HH:MM,精确到分钟级。- Returns:
- StartTime 查询开始时间,格式为YYYY-MM-DD HH:MM,精确到分钟级。
-
setStartTime
public void setStartTime(String StartTime)
Set 查询开始时间,格式为YYYY-MM-DD HH:MM,精确到分钟级。- Parameters:
StartTime- 查询开始时间,格式为YYYY-MM-DD HH:MM,精确到分钟级。
-
getEndTime
public String getEndTime()
Get 查询结束时间,格式为YYYY-MM-DD HH:MM,单次查询不超过24h。- Returns:
- EndTime 查询结束时间,格式为YYYY-MM-DD HH:MM,单次查询不超过24h。
-
setEndTime
public void setEndTime(String EndTime)
Set 查询结束时间,格式为YYYY-MM-DD HH:MM,单次查询不超过24h。- Parameters:
EndTime- 查询结束时间,格式为YYYY-MM-DD HH:MM,单次查询不超过24h。
-
-