public class DescribeRecordingUsageRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeRecordingUsageRequest() | 
| DescribeRecordingUsageRequest(DescribeRecordingUsageRequest 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 The end date in the format of YYYY-MM-DD. | 
| String | getMixType()Get Whether to query single-stream or mixed-stream recording. | 
| Long | getSdkAppId()Get The `SDKAppID` of the TRTC application to which the target room belongs. | 
| String | getStartTime()Get The start date in the format of YYYY-MM-DD. | 
| void | setEndTime(String EndTime)Set The end date in the format of YYYY-MM-DD. | 
| void | setMixType(String MixType)Set Whether to query single-stream or mixed-stream recording. | 
| void | setSdkAppId(Long SdkAppId)Set The `SDKAppID` of the TRTC application to which the target room belongs. | 
| void | setStartTime(String StartTime)Set The start date in the format of YYYY-MM-DD. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic DescribeRecordingUsageRequest()
public DescribeRecordingUsageRequest(DescribeRecordingUsageRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime - The start date in the format of YYYY-MM-DD.public String getEndTime()
public void setEndTime(String EndTime)
EndTime - The end date in the format of YYYY-MM-DD.
The period queried per request cannot be longer than 31 days.public String getMixType()
public void setMixType(String MixType)
MixType - Whether to query single-stream or mixed-stream recording. Valid values: `single`, `multi`.public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - The `SDKAppID` of the TRTC application to which the target room belongs. If you do not specify this parameter, the usage statistics of all TRTC applications under the current account will be returned.Copyright © 2023. All rights reserved.