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