Package cn.ucloud.pathx.models
Class ModifyUGA3BandwidthRequest
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.pathx.models.ModifyUGA3BandwidthRequest
-
public class ModifyUGA3BandwidthRequest extends Request
-
-
Constructor Summary
Constructors Constructor Description ModifyUGA3BandwidthRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetBandwidth()StringgetCouponId()StringgetInstanceId()StringgetProjectId()IntegerloadMaxRetries()IntegerloadTimeout()voidsetBandwidth(Integer bandwidth)voidsetCouponId(String couponId)voidsetInstanceId(String instanceId)voidsetProjectId(String projectId)voidwithMaxRetries(Integer arg0)voidwithTimeout(Integer arg0)-
Methods inherited from class cn.ucloud.common.request.Request
encode, getAction, getPublicKey, getRegion, getSignature, setAction, setPublicKey, setRegion, setSignature
-
-
-
-
Method Detail
-
getProjectId
public String getProjectId()
- Overrides:
getProjectIdin classRequest
-
setProjectId
public void setProjectId(String projectId)
- Overrides:
setProjectIdin classRequest
-
getInstanceId
public String getInstanceId()
-
setInstanceId
public void setInstanceId(String instanceId)
-
getBandwidth
public Integer getBandwidth()
-
setBandwidth
public void setBandwidth(Integer bandwidth)
-
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)
-
-