public class TrtcUsage extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TrtcUsage() | 
| TrtcUsage(TrtcUsage 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 | getTimeKey()Get The time point in the format of `YYYY-MM-DD HH:mm:ss`. | 
| Float[] | getUsageValue()Get The usage (minutes). | 
| void | setTimeKey(String TimeKey)Set The time point in the format of `YYYY-MM-DD HH:mm:ss`. | 
| void | setUsageValue(Float[] UsageValue)Set The usage (minutes). | 
| 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 TrtcUsage()
public TrtcUsage(TrtcUsage source)
public String getTimeKey()
public void setTimeKey(String TimeKey)
TimeKey - The time point in the format of `YYYY-MM-DD HH:mm:ss`. If more than one day is queried, `HH:mm:ss` is `00:00:00`.public Float[] getUsageValue()
public void setUsageValue(Float[] UsageValue)
UsageValue - The usage (minutes). Each element of this parameter corresponds to an element of `UsageKey` in the order they are listed.Copyright © 2025. All rights reserved.