Package cn.ucloud.ucdn.models
Class GetNewUcdnLogUrlStatisticsResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.ucdn.models.GetNewUcdnLogUrlStatisticsResponse
-
public class GetNewUcdnLogUrlStatisticsResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetNewUcdnLogUrlStatisticsResponse.DownloadStatisticInfostatic classGetNewUcdnLogUrlStatisticsResponse.UrlStatistics
-
Constructor Summary
Constructors Constructor Description GetNewUcdnLogUrlStatisticsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<GetNewUcdnLogUrlStatisticsResponse.UrlStatistics>getUrlStatisticsList()voidsetUrlStatisticsList(List<GetNewUcdnLogUrlStatisticsResponse.UrlStatistics> urlStatisticsList)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getUrlStatisticsList
public List<GetNewUcdnLogUrlStatisticsResponse.UrlStatistics> getUrlStatisticsList()
-
setUrlStatisticsList
public void setUrlStatisticsList(List<GetNewUcdnLogUrlStatisticsResponse.UrlStatistics> urlStatisticsList)
-
-