Package cn.ucloud.ucdn.models
Class GetNewUcdnLogUrlStatisticsResponse.UrlStatistics
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.ucdn.models.GetNewUcdnLogUrlStatisticsResponse.UrlStatistics
-
- Enclosing class:
- GetNewUcdnLogUrlStatisticsResponse
public static class GetNewUcdnLogUrlStatisticsResponse.UrlStatistics extends Response
-
-
Constructor Summary
Constructors Constructor Description UrlStatistics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDate()List<GetNewUcdnLogUrlStatisticsResponse.DownloadStatisticInfo>getUrlList()voidsetDate(String date)voidsetUrlList(List<GetNewUcdnLogUrlStatisticsResponse.DownloadStatisticInfo> urlList)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getUrlList
public List<GetNewUcdnLogUrlStatisticsResponse.DownloadStatisticInfo> getUrlList()
-
setUrlList
public void setUrlList(List<GetNewUcdnLogUrlStatisticsResponse.DownloadStatisticInfo> urlList)
-
getDate
public String getDate()
-
setDate
public void setDate(String date)
-
-