public class DescribeBillBandwidthAndFluxListResponse extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeBillBandwidthAndFluxListResponse() |
DescribeBillBandwidthAndFluxListResponse(DescribeBillBandwidthAndFluxListResponse 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 |
---|---|
BillDataInfo[] |
getDataInfoList()
Get Detailed data information.
|
Float |
getP95PeakBandwidth()
Get 95th percentile bandwidth in Mbps.
|
String |
getP95PeakBandwidthTime()
Get Time point of 95th percentile bandwidth value in the format of `yyyy-mm-dd HH:MM:SS`.
|
Float |
getPeakBandwidth()
Get Peak bandwidth in Mbps.
|
String |
getPeakBandwidthTime()
Get Time point of peak bandwidth value in the format of `yyyy-mm-dd HH:MM:SS`.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
Float |
getSumFlux()
Get Total traffic in MB.
|
void |
setDataInfoList(BillDataInfo[] DataInfoList)
Set Detailed data information.
|
void |
setP95PeakBandwidth(Float P95PeakBandwidth)
Set 95th percentile bandwidth in Mbps.
|
void |
setP95PeakBandwidthTime(String P95PeakBandwidthTime)
Set Time point of 95th percentile bandwidth value in the format of `yyyy-mm-dd HH:MM:SS`.
|
void |
setPeakBandwidth(Float PeakBandwidth)
Set Peak bandwidth in Mbps.
|
void |
setPeakBandwidthTime(String PeakBandwidthTime)
Set Time point of peak bandwidth value in the format of `yyyy-mm-dd HH:MM:SS`.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setSumFlux(Float SumFlux)
Set Total traffic in MB.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeBillBandwidthAndFluxListResponse()
public DescribeBillBandwidthAndFluxListResponse(DescribeBillBandwidthAndFluxListResponse source)
public String getPeakBandwidthTime()
public void setPeakBandwidthTime(String PeakBandwidthTime)
PeakBandwidthTime
- Time point of peak bandwidth value in the format of `yyyy-mm-dd HH:MM:SS`.public Float getPeakBandwidth()
public void setPeakBandwidth(Float PeakBandwidth)
PeakBandwidth
- Peak bandwidth in Mbps.public String getP95PeakBandwidthTime()
public void setP95PeakBandwidthTime(String P95PeakBandwidthTime)
P95PeakBandwidthTime
- Time point of 95th percentile bandwidth value in the format of `yyyy-mm-dd HH:MM:SS`.public Float getP95PeakBandwidth()
public void setP95PeakBandwidth(Float P95PeakBandwidth)
P95PeakBandwidth
- 95th percentile bandwidth in Mbps.public Float getSumFlux()
public void setSumFlux(Float SumFlux)
SumFlux
- Total traffic in MB.public BillDataInfo[] getDataInfoList()
public void setDataInfoList(BillDataInfo[] DataInfoList)
DataInfoList
- Detailed data information.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.