public class DescribePushBandwidthAndFluxListResponse extends AbstractModel
Constructor and Description |
---|
DescribePushBandwidthAndFluxListResponse() |
DescribePushBandwidthAndFluxListResponse(DescribePushBandwidthAndFluxListResponse 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 明细数据信息。
|
Float |
getP95PeakBandwidth()
Get 95峰值带宽,单位是 Mbps。
|
String |
getP95PeakBandwidthTime()
Get 95峰值带宽所在时间点,格式为 yyyy-mm-dd HH:MM:SS。
|
Float |
getPeakBandwidth()
Get 峰值带宽,单位是 Mbps。
|
String |
getPeakBandwidthTime()
Get 峰值带宽所在时间点,格式为 yyyy-mm-dd HH:MM:SS。
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
Float |
getSumFlux()
Get 总流量,单位是 MB。
|
void |
setDataInfoList(BillDataInfo[] DataInfoList)
Set 明细数据信息。
|
void |
setP95PeakBandwidth(Float P95PeakBandwidth)
Set 95峰值带宽,单位是 Mbps。
|
void |
setP95PeakBandwidthTime(String P95PeakBandwidthTime)
Set 95峰值带宽所在时间点,格式为 yyyy-mm-dd HH:MM:SS。
|
void |
setPeakBandwidth(Float PeakBandwidth)
Set 峰值带宽,单位是 Mbps。
|
void |
setPeakBandwidthTime(String PeakBandwidthTime)
Set 峰值带宽所在时间点,格式为 yyyy-mm-dd HH:MM:SS。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setSumFlux(Float SumFlux)
Set 总流量,单位是 MB。
|
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 DescribePushBandwidthAndFluxListResponse()
public DescribePushBandwidthAndFluxListResponse(DescribePushBandwidthAndFluxListResponse source)
public String getPeakBandwidthTime()
public void setPeakBandwidthTime(String PeakBandwidthTime)
PeakBandwidthTime
- 峰值带宽所在时间点,格式为 yyyy-mm-dd HH:MM:SS。public Float getPeakBandwidth()
public void setPeakBandwidth(Float PeakBandwidth)
PeakBandwidth
- 峰值带宽,单位是 Mbps。public String getP95PeakBandwidthTime()
public void setP95PeakBandwidthTime(String P95PeakBandwidthTime)
P95PeakBandwidthTime
- 95峰值带宽所在时间点,格式为 yyyy-mm-dd HH:MM:SS。public Float getP95PeakBandwidth()
public void setP95PeakBandwidth(Float P95PeakBandwidth)
P95PeakBandwidth
- 95峰值带宽,单位是 Mbps。public Float getSumFlux()
public void setSumFlux(Float SumFlux)
SumFlux
- 总流量,单位是 MB。public BillDataInfo[] getDataInfoList()
public void setDataInfoList(BillDataInfo[] DataInfoList)
DataInfoList
- 明细数据信息。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2021. All rights reserved.