public class BillDataInfo extends AbstractModel
Constructor and Description |
---|
BillDataInfo() |
BillDataInfo(BillDataInfo 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 |
---|---|
Float |
getBandwidth()
Get 带宽,单位是 Mbps。
|
Float |
getFlux()
Get 流量,单位是 MB。
|
String |
getPeakTime()
Get 峰值时间点,格式: yyyy-mm-dd HH:MM:SS,原始数据为5分钟粒度,如果查询小时和天粒度数据,则返回对应粒度内的带宽峰值时间点。
|
String |
getTime()
Get 时间点,格式: yyyy-mm-dd HH:MM:SS。
|
void |
setBandwidth(Float Bandwidth)
Set 带宽,单位是 Mbps。
|
void |
setFlux(Float Flux)
Set 流量,单位是 MB。
|
void |
setPeakTime(String PeakTime)
Set 峰值时间点,格式: yyyy-mm-dd HH:MM:SS,原始数据为5分钟粒度,如果查询小时和天粒度数据,则返回对应粒度内的带宽峰值时间点。
|
void |
setTime(String Time)
Set 时间点,格式: yyyy-mm-dd HH:MM:SS。
|
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 BillDataInfo()
public BillDataInfo(BillDataInfo source)
public String getTime()
public void setTime(String Time)
Time
- 时间点,格式: yyyy-mm-dd HH:MM:SS。public Float getBandwidth()
public void setBandwidth(Float Bandwidth)
Bandwidth
- 带宽,单位是 Mbps。public Float getFlux()
public void setFlux(Float Flux)
Flux
- 流量,单位是 MB。public String getPeakTime()
public void setPeakTime(String PeakTime)
PeakTime
- 峰值时间点,格式: yyyy-mm-dd HH:MM:SS,原始数据为5分钟粒度,如果查询小时和天粒度数据,则返回对应粒度内的带宽峰值时间点。Copyright © 2021. All rights reserved.