public class BillDataInfo extends AbstractModel
| Constructor and Description | 
|---|
| BillDataInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| Float | getBandwidth()Get Bandwidth in Mbps. | 
| Float | getFlux()Get Traffic in MB. | 
| String | getPeakTime()Get Time point of peak value in the format of `yyyy-mm-dd HH:MM:SS`. | 
| String | getTime()Get Time point in the format of `yyyy-mm-dd HH:MM:SS`. | 
| void | setBandwidth(Float Bandwidth)Set Bandwidth in Mbps. | 
| void | setFlux(Float Flux)Set Traffic in MB. | 
| void | setPeakTime(String PeakTime)Set Time point of peak value in the format of `yyyy-mm-dd HH:MM:SS`. | 
| void | setTime(String Time)Set Time point in the format of `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, toJsonStringpublic String getTime()
public void setTime(String Time)
Time - Time point in the format of `yyyy-mm-dd HH:MM:SS`.public Float getBandwidth()
public void setBandwidth(Float Bandwidth)
Bandwidth - Bandwidth in Mbps.public Float getFlux()
public void setFlux(Float Flux)
Flux - Traffic in MB.public String getPeakTime()
public void setPeakTime(String PeakTime)
PeakTime - Time point of peak value in the format of `yyyy-mm-dd HH:MM:SS`. As raw data is at a 5-minute granularity, if data at a 1-hour or 1-day granularity is queried, the time point of peak bandwidth value at the corresponding granularity will be returned.Copyright © 2020. All rights reserved.