Package cn.ucloud.ucdn.models
Class GetUcdnDomainBandwidthV2Response
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.ucdn.models.GetUcdnDomainBandwidthV2Response
-
public class GetUcdnDomainBandwidthV2Response extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetUcdnDomainBandwidthV2Response.BandwidthTrafficInfo
-
Constructor Summary
Constructors Constructor Description GetUcdnDomainBandwidthV2Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<GetUcdnDomainBandwidthV2Response.BandwidthTrafficInfo>getBandwidthTrafficList()voidsetBandwidthTrafficList(List<GetUcdnDomainBandwidthV2Response.BandwidthTrafficInfo> bandwidthTrafficList)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getBandwidthTrafficList
public List<GetUcdnDomainBandwidthV2Response.BandwidthTrafficInfo> getBandwidthTrafficList()
-
setBandwidthTrafficList
public void setBandwidthTrafficList(List<GetUcdnDomainBandwidthV2Response.BandwidthTrafficInfo> bandwidthTrafficList)
-
-