public class UsageDataItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UsageDataItem() | 
| UsageDataItem(UsageDataItem 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 | 
|---|---|
| Long | getSdkAppId()Get SdkAppId of the whiteboard application. | 
| String | getSubProduct()Get Subproduct usage information, which is consistent with the corresponding request parameters. | 
| String | getTime()Get Start date in the format of YYYY-MM-DD. | 
| Float | getValue()Get Usage values. | 
| void | setSdkAppId(Long SdkAppId)Set SdkAppId of the whiteboard application. | 
| void | setSubProduct(String SubProduct)Set Subproduct usage information, which is consistent with the corresponding request parameters. | 
| void | setTime(String Time)Set Start date in the format of YYYY-MM-DD. | 
| void | setValue(Float Value)Set Usage values. | 
| 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 UsageDataItem()
public UsageDataItem(UsageDataItem source)
public String getTime()
public void setTime(String Time)
Time - Start date in the format of YYYY-MM-DD.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 information, which is consistent with the corresponding request parameters.
- sp_tiw_board: The duration of use of whiteboards.
- 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.public Float getValue()
public void setValue(Float Value)
Value - Usage values.
- The unit of sp_tiw_dt and sp_tiw_st is pages.
- The unit of sp_tiw_board and sp_tiw_ric is minutes.Copyright © 2025. All rights reserved.