public class DescribeTrtcRoomUsageRequest extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getEndTime()Get 查询结束时间,格式为YYYY-MM-DD HH:MM,单次查询不超过24h。 | 
| Long | getSdkAppid()Get TRTC的SdkAppId,和房间所对应的SdkAppId相同。 | 
| String | getStartTime()Get 查询开始时间,格式为YYYY-MM-DD HH:MM,精确到分钟级。 | 
| void | setEndTime(String EndTime)Set 查询结束时间,格式为YYYY-MM-DD HH:MM,单次查询不超过24h。 | 
| void | setSdkAppid(Long SdkAppid)Set TRTC的SdkAppId,和房间所对应的SdkAppId相同。 | 
| void | setStartTime(String StartTime)Set 查询开始时间,格式为YYYY-MM-DD HH:MM,精确到分钟级。 | 
| 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 DescribeTrtcRoomUsageRequest()
public DescribeTrtcRoomUsageRequest(DescribeTrtcRoomUsageRequest source)
public Long getSdkAppid()
public void setSdkAppid(Long SdkAppid)
SdkAppid - TRTC的SdkAppId,和房间所对应的SdkAppId相同。public String getStartTime()
public void setStartTime(String StartTime)
StartTime - 查询开始时间,格式为YYYY-MM-DD HH:MM,精确到分钟级。public String getEndTime()
public void setEndTime(String EndTime)
EndTime - 查询结束时间,格式为YYYY-MM-DD HH:MM,单次查询不超过24h。Copyright © 2025. All rights reserved.