Package cn.ucloud.unet.models
Class CreateBandwidthPackageRequest
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.unet.models.CreateBandwidthPackageRequest
-
public class CreateBandwidthPackageRequest extends Request
-
-
Constructor Summary
Constructors Constructor Description CreateBandwidthPackageRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetBandwidth()StringgetCouponId()StringgetEIPId()IntegergetEnableTime()StringgetRegion()IntegergetTimeRange()IntegerloadMaxRetries()IntegerloadTimeout()voidsetBandwidth(Integer bandwidth)voidsetCouponId(String couponId)voidsetEIPId(String eipId)voidsetEnableTime(Integer enableTime)voidsetRegion(String region)voidsetTimeRange(Integer timeRange)voidwithMaxRetries(Integer arg0)voidwithTimeout(Integer arg0)-
Methods inherited from class cn.ucloud.common.request.Request
encode, getAction, getProjectId, getPublicKey, getSignature, setAction, setProjectId, setPublicKey, setSignature
-
-
-
-
Method Detail
-
getBandwidth
public Integer getBandwidth()
-
setBandwidth
public void setBandwidth(Integer bandwidth)
-
getEIPId
public String getEIPId()
-
setEIPId
public void setEIPId(String eipId)
-
getTimeRange
public Integer getTimeRange()
-
setTimeRange
public void setTimeRange(Integer timeRange)
-
getEnableTime
public Integer getEnableTime()
-
setEnableTime
public void setEnableTime(Integer enableTime)
-
getCouponId
public String getCouponId()
-
setCouponId
public void setCouponId(String couponId)
-
loadMaxRetries
public Integer loadMaxRetries()
-
withMaxRetries
public void withMaxRetries(Integer arg0)
-
loadTimeout
public Integer loadTimeout()
-
withTimeout
public void withTimeout(Integer arg0)
-
-