Package cn.ucloud.ucdn.models
Class GetNewUcdnLogUrlStatisticsResponse.DownloadStatisticInfo
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.ucdn.models.GetNewUcdnLogUrlStatisticsResponse.DownloadStatisticInfo
-
- Enclosing class:
- GetNewUcdnLogUrlStatisticsResponse
public static class GetNewUcdnLogUrlStatisticsResponse.DownloadStatisticInfo extends Response
-
-
Constructor Summary
Constructors Constructor Description DownloadStatisticInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetDownloadTimes()DoublegetPercent()DoublegetTraffic()StringgetUrl()voidsetDownloadTimes(Integer downloadTimes)voidsetPercent(Double percent)voidsetTraffic(Double traffic)voidsetUrl(String url)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String url)
-
getTraffic
public Double getTraffic()
-
setTraffic
public void setTraffic(Double traffic)
-
getDownloadTimes
public Integer getDownloadTimes()
-
setDownloadTimes
public void setDownloadTimes(Integer downloadTimes)
-
getPercent
public Double getPercent()
-
setPercent
public void setPercent(Double percent)
-
-