public class DescribeTIWDailyUsageRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeTIWDailyUsageRequest()  | 
DescribeTIWDailyUsageRequest(DescribeTIWDailyUsageRequest 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 End date in the format of YYYY-MM-DD. 
 | 
Long | 
getSdkAppId()
Get SdkAppId of the whiteboard application. 
 | 
String | 
getStartTime()
Get Start date in the format of YYYY-MM-DD. 
 | 
String | 
getSubProduct()
Get Subproduct usage to be queried. 
 | 
void | 
setEndTime(String EndTime)
Set End date in the format of YYYY-MM-DD. 
 | 
void | 
setSdkAppId(Long SdkAppId)
Set SdkAppId of the whiteboard application. 
 | 
void | 
setStartTime(String StartTime)
Set Start date in the format of YYYY-MM-DD. 
 | 
void | 
setSubProduct(String SubProduct)
Set Subproduct usage to be queried. 
 | 
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 DescribeTIWDailyUsageRequest()
public DescribeTIWDailyUsageRequest(DescribeTIWDailyUsageRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - SdkAppId of the whiteboard application.public String getSubProduct()
public void setSubProduct(String SubProduct)
SubProduct - Subproduct usage to be queried. The following parameters are supported:
- sp_tiw_board: The duration of use of whiteboards, in minutes.
- sp_tiw_dt: The number of pages dynamically transcoded.
- sp_tiw_st: The number of pages statically transcoded.
- sp_tiw_ric: The duration of real-time recording, in minutes.
Note: Dynamic transcoding multiplies the number of pages of a document by eight times. Static transcoding does not change the number of pages of a document.public String getStartTime()
public void setStartTime(String StartTime)
StartTime - Start date in the format of YYYY-MM-DD. The start date is included in the query period.public String getEndTime()
public void setEndTime(String EndTime)
EndTime - End date in the format of YYYY-MM-DD. The end date is included in the query period. The period queried per request cannot be longer than 31 days.Copyright © 2025. All rights reserved.