Package cn.ucloud.unet.models
Class AllocateShareBandwidthRequest
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.unet.models.AllocateShareBandwidthRequest
-
public class AllocateShareBandwidthRequest extends Request
-
-
Constructor Summary
Constructors Constructor Description AllocateShareBandwidthRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChargeType()StringgetIPVersion()StringgetName()StringgetProjectId()IntegergetQuantity()StringgetRegion()IntegergetShareBandwidth()IntegerloadMaxRetries()IntegerloadTimeout()voidsetChargeType(String chargeType)voidsetIPVersion(String ipVersion)voidsetName(String name)voidsetProjectId(String projectId)voidsetQuantity(Integer quantity)voidsetRegion(String region)voidsetShareBandwidth(Integer shareBandwidth)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
-
getName
public String getName()
-
setName
public void setName(String name)
-
getChargeType
public String getChargeType()
-
setChargeType
public void setChargeType(String chargeType)
-
getShareBandwidth
public Integer getShareBandwidth()
-
setShareBandwidth
public void setShareBandwidth(Integer shareBandwidth)
-
getQuantity
public Integer getQuantity()
-
setQuantity
public void setQuantity(Integer quantity)
-
getIPVersion
public String getIPVersion()
-
setIPVersion
public void setIPVersion(String ipVersion)
-
loadMaxRetries
public Integer loadMaxRetries()
-
withMaxRetries
public void withMaxRetries(Integer arg0)
-
loadTimeout
public Integer loadTimeout()
-
withTimeout
public void withTimeout(Integer arg0)
-
-