public class TrtcUsage extends AbstractModel
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 时间点,格式为YYYY-MM-DD HH:mm:ss。多天查询时,HH:mm:ss为00:00:00。
|
Float[] |
getUsageValue()
Get 用量数组。每个数值含义与UsageKey对应。单位:分钟。
|
void |
setTimeKey(String TimeKey)
Set 时间点,格式为YYYY-MM-DD HH:mm:ss。多天查询时,HH:mm:ss为00:00:00。
|
void |
setUsageValue(Float[] UsageValue)
Set 用量数组。每个数值含义与UsageKey对应。单位:分钟。
|
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, toJsonString
public TrtcUsage()
public TrtcUsage(TrtcUsage source)
public String getTimeKey()
public void setTimeKey(String TimeKey)
TimeKey
- 时间点,格式为YYYY-MM-DD HH:mm:ss。多天查询时,HH:mm:ss为00:00:00。public Float[] getUsageValue()
public void setUsageValue(Float[] UsageValue)
UsageValue
- 用量数组。每个数值含义与UsageKey对应。单位:分钟。Copyright © 2022. All rights reserved.