Package cn.ucloud.unet.models
Class AllocateEIPRequest
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.unet.models.AllocateEIPRequest
-
public class AllocateEIPRequest extends Request
-
-
Constructor Summary
Constructors Constructor Description AllocateEIPRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetBandwidth()StringgetChargeType()IntegergetCount()StringgetCouponId()StringgetName()StringgetOperatorName()StringgetPayMode()StringgetProjectId()IntegergetQuantity()StringgetRegion()StringgetRemark()StringgetShareBandwidthId()StringgetTag()IntegerloadMaxRetries()IntegerloadTimeout()voidsetBandwidth(Integer bandwidth)voidsetChargeType(String chargeType)voidsetCount(Integer count)voidsetCouponId(String couponId)voidsetName(String name)voidsetOperatorName(String operatorName)voidsetPayMode(String payMode)voidsetProjectId(String projectId)voidsetQuantity(Integer quantity)voidsetRegion(String region)voidsetRemark(String remark)voidsetShareBandwidthId(String shareBandwidthId)voidsetTag(String tag)voidwithMaxRetries(Integer arg0)voidwithTimeout(Integer arg0)-
Methods inherited from class cn.ucloud.common.request.Request
encode, getAction, getPublicKey, getSignature, setAction, setPublicKey, setSignature
-
-
-
-
Method Detail
-
getProjectId
public String getProjectId()
- Overrides:
getProjectIdin classRequest
-
setProjectId
public void setProjectId(String projectId)
- Overrides:
setProjectIdin classRequest
-
getOperatorName
public String getOperatorName()
-
setOperatorName
public void setOperatorName(String operatorName)
-
getBandwidth
public Integer getBandwidth()
-
setBandwidth
public void setBandwidth(Integer bandwidth)
-
getTag
public String getTag()
-
setTag
public void setTag(String tag)
-
getChargeType
public String getChargeType()
-
setChargeType
public void setChargeType(String chargeType)
-
getQuantity
public Integer getQuantity()
-
setQuantity
public void setQuantity(Integer quantity)
-
getPayMode
public String getPayMode()
-
setPayMode
public void setPayMode(String payMode)
-
getShareBandwidthId
public String getShareBandwidthId()
-
setShareBandwidthId
public void setShareBandwidthId(String shareBandwidthId)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getCount
public Integer getCount()
-
setCount
public void setCount(Integer count)
-
getRemark
public String getRemark()
-
setRemark
public void setRemark(String remark)
-
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)
-
-