Package cn.ucloud.ucdn.models
Class GetUcdnDomainLogV2Response
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.ucdn.models.GetUcdnDomainLogV2Response
-
public class GetUcdnDomainLogV2Response extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetUcdnDomainLogV2Response.DomanLogListstatic classGetUcdnDomainLogV2Response.LogInfo
-
Constructor Summary
Constructors Constructor Description GetUcdnDomainLogV2Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<GetUcdnDomainLogV2Response.DomanLogList>getDomainLogSet()voidsetDomainLogSet(List<GetUcdnDomainLogV2Response.DomanLogList> domainLogSet)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getDomainLogSet
public List<GetUcdnDomainLogV2Response.DomanLogList> getDomainLogSet()
-
setDomainLogSet
public void setDomainLogSet(List<GetUcdnDomainLogV2Response.DomanLogList> domainLogSet)
-
-