Class ProIspPlaySumInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.live.v20180801.models.ProIspPlaySumInfo
-
public class ProIspPlaySumInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ProIspPlaySumInfo()
ProIspPlaySumInfo(ProIspPlaySumInfo 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 Float
getAvgFluxPerSecond()
Get 平均下载流量,单位: MB/s。String
getName()
Get 省份/运营商/国家或地区。Float
getTotalFlux()
Get 总流量,单位: MB。Long
getTotalRequest()
Get 总请求数。void
setAvgFluxPerSecond(Float AvgFluxPerSecond)
Set 平均下载流量,单位: MB/s。void
setName(String Name)
Set 省份/运营商/国家或地区。void
setTotalFlux(Float TotalFlux)
Set 总流量,单位: MB。void
setTotalRequest(Long TotalRequest)
Set 总请求数。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
-
ProIspPlaySumInfo
public ProIspPlaySumInfo()
-
ProIspPlaySumInfo
public ProIspPlaySumInfo(ProIspPlaySumInfo 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
-
getName
public String getName()
Get 省份/运营商/国家或地区。- Returns:
- Name 省份/运营商/国家或地区。
-
setName
public void setName(String Name)
Set 省份/运营商/国家或地区。- Parameters:
Name
- 省份/运营商/国家或地区。
-
getTotalFlux
public Float getTotalFlux()
Get 总流量,单位: MB。- Returns:
- TotalFlux 总流量,单位: MB。
-
setTotalFlux
public void setTotalFlux(Float TotalFlux)
Set 总流量,单位: MB。- Parameters:
TotalFlux
- 总流量,单位: MB。
-
getTotalRequest
public Long getTotalRequest()
Get 总请求数。- Returns:
- TotalRequest 总请求数。
-
setTotalRequest
public void setTotalRequest(Long TotalRequest)
Set 总请求数。- Parameters:
TotalRequest
- 总请求数。
-
getAvgFluxPerSecond
public Float getAvgFluxPerSecond()
Get 平均下载流量,单位: MB/s。- Returns:
- AvgFluxPerSecond 平均下载流量,单位: MB/s。
-
setAvgFluxPerSecond
public void setAvgFluxPerSecond(Float AvgFluxPerSecond)
Set 平均下载流量,单位: MB/s。- Parameters:
AvgFluxPerSecond
- 平均下载流量,单位: MB/s。
-
-