Package cn.ucloud.unet.models
Class DescribeShareBandwidthPriceRequest
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.unet.models.DescribeShareBandwidthPriceRequest
-
public class DescribeShareBandwidthPriceRequest extends Request
-
-
Constructor Summary
Constructors Constructor Description DescribeShareBandwidthPriceRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChargeType()StringgetOperatorName()StringgetProjectId()IntegergetQuantity()StringgetRegion()IntegergetShareBandwidth()IntegerloadMaxRetries()IntegerloadTimeout()voidsetChargeType(String chargeType)voidsetOperatorName(String operatorName)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
-
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)
-
getOperatorName
public String getOperatorName()
-
setOperatorName
public void setOperatorName(String operatorName)
-
loadMaxRetries
public Integer loadMaxRetries()
-
withMaxRetries
public void withMaxRetries(Integer arg0)
-
loadTimeout
public Integer loadTimeout()
-
withTimeout
public void withTimeout(Integer arg0)
-
-