Class DescribePushBandwidthAndFluxListResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.live.v20180801.models.DescribePushBandwidthAndFluxListResponse
-
public class DescribePushBandwidthAndFluxListResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribePushBandwidthAndFluxListResponse
public DescribePushBandwidthAndFluxListResponse()
-
DescribePushBandwidthAndFluxListResponse
public 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.
-
-
Method Detail
-
getPeakBandwidthTime
public String getPeakBandwidthTime()
Get 峰值带宽所在时间点,格式为 yyyy-mm-dd HH:MM:SS。- Returns:
- PeakBandwidthTime 峰值带宽所在时间点,格式为 yyyy-mm-dd HH:MM:SS。
-
setPeakBandwidthTime
public void setPeakBandwidthTime(String PeakBandwidthTime)
Set 峰值带宽所在时间点,格式为 yyyy-mm-dd HH:MM:SS。- Parameters:
PeakBandwidthTime
- 峰值带宽所在时间点,格式为 yyyy-mm-dd HH:MM:SS。
-
getPeakBandwidth
public Float getPeakBandwidth()
Get 峰值带宽,单位是 Mbps。- Returns:
- PeakBandwidth 峰值带宽,单位是 Mbps。
-
setPeakBandwidth
public void setPeakBandwidth(Float PeakBandwidth)
Set 峰值带宽,单位是 Mbps。- Parameters:
PeakBandwidth
- 峰值带宽,单位是 Mbps。
-
getP95PeakBandwidthTime
public String getP95PeakBandwidthTime()
Get 95峰值带宽所在时间点,格式为 yyyy-mm-dd HH:MM:SS。- Returns:
- P95PeakBandwidthTime 95峰值带宽所在时间点,格式为 yyyy-mm-dd HH:MM:SS。
-
setP95PeakBandwidthTime
public void setP95PeakBandwidthTime(String P95PeakBandwidthTime)
Set 95峰值带宽所在时间点,格式为 yyyy-mm-dd HH:MM:SS。- Parameters:
P95PeakBandwidthTime
- 95峰值带宽所在时间点,格式为 yyyy-mm-dd HH:MM:SS。
-
getP95PeakBandwidth
public Float getP95PeakBandwidth()
Get 95峰值带宽,单位是 Mbps。- Returns:
- P95PeakBandwidth 95峰值带宽,单位是 Mbps。
-
setP95PeakBandwidth
public void setP95PeakBandwidth(Float P95PeakBandwidth)
Set 95峰值带宽,单位是 Mbps。- Parameters:
P95PeakBandwidth
- 95峰值带宽,单位是 Mbps。
-
getSumFlux
public Float getSumFlux()
Get 总流量,单位是 MB。- Returns:
- SumFlux 总流量,单位是 MB。
-
setSumFlux
public void setSumFlux(Float SumFlux)
Set 总流量,单位是 MB。- Parameters:
SumFlux
- 总流量,单位是 MB。
-
getDataInfoList
public BillDataInfo[] getDataInfoList()
Get 明细数据信息。- Returns:
- DataInfoList 明细数据信息。
-
setDataInfoList
public void setDataInfoList(BillDataInfo[] DataInfoList)
Set 明细数据信息。- Parameters:
DataInfoList
- 明细数据信息。
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-