public class BillDataInfo extends AbstractModel
header, skipSign
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 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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public BillDataInfo()
public BillDataInfo(BillDataInfo source)
public 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 © 2024. All rights reserved.