public class ProIspPlaySumInfo extends AbstractModel
Constructor and Description |
---|
ProIspPlaySumInfo() |
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 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 © 2020. All rights reserved.