public class ProIspPlaySumInfo extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Float |
getAvgFluxPerSecond()
Get Average download traffic in MB/s.
|
String |
getName()
Get District/ISP/country/region.
|
Float |
getTotalFlux()
Get Total traffic in MB.
|
Long |
getTotalRequest()
Get Total number of requests.
|
void |
setAvgFluxPerSecond(Float AvgFluxPerSecond)
Set Average download traffic in MB/s.
|
void |
setName(String Name)
Set District/ISP/country/region.
|
void |
setTotalFlux(Float TotalFlux)
Set Total traffic in MB.
|
void |
setTotalRequest(Long TotalRequest)
Set Total number of requests.
|
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 ProIspPlaySumInfo()
public ProIspPlaySumInfo(ProIspPlaySumInfo source)
public String getName()
public void setName(String Name)
Name
- District/ISP/country/region.public Float getTotalFlux()
public void setTotalFlux(Float TotalFlux)
TotalFlux
- Total traffic in MB.public Long getTotalRequest()
public void setTotalRequest(Long TotalRequest)
TotalRequest
- Total number of requests.public Float getAvgFluxPerSecond()
public void setAvgFluxPerSecond(Float AvgFluxPerSecond)
AvgFluxPerSecond
- Average download traffic in MB/s.Copyright © 2021. All rights reserved.