Package cn.ucloud.ucdn.models
Class GetUcdnProIspBandwidthV2Response.ProIspBandwidthSet
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.ucdn.models.GetUcdnProIspBandwidthV2Response.ProIspBandwidthSet
-
- Enclosing class:
- GetUcdnProIspBandwidthV2Response
public static class GetUcdnProIspBandwidthV2Response.ProIspBandwidthSet extends Response
-
-
Constructor Summary
Constructors Constructor Description ProIspBandwidthSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<GetUcdnProIspBandwidthV2Response.ProIspBandwidthList>getBandwidthTrafficList()StringgetProvince()voidsetBandwidthTrafficList(List<GetUcdnProIspBandwidthV2Response.ProIspBandwidthList> bandwidthTrafficList)voidsetProvince(String province)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getProvince
public String getProvince()
-
setProvince
public void setProvince(String province)
-
getBandwidthTrafficList
public List<GetUcdnProIspBandwidthV2Response.ProIspBandwidthList> getBandwidthTrafficList()
-
setBandwidthTrafficList
public void setBandwidthTrafficList(List<GetUcdnProIspBandwidthV2Response.ProIspBandwidthList> bandwidthTrafficList)
-
-