Package cn.ucloud.umem.models
Class DescribeUMemcachePriceRequest
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.umem.models.DescribeUMemcachePriceRequest
-
public class DescribeUMemcachePriceRequest extends Request
-
-
Constructor Summary
Constructors Constructor Description DescribeUMemcachePriceRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChargeType()StringgetProjectId()IntegergetQuantity()StringgetRegion()IntegergetSize()StringgetType()StringgetZone()IntegerloadMaxRetries()IntegerloadTimeout()voidsetChargeType(String chargeType)voidsetProjectId(String projectId)voidsetQuantity(Integer quantity)voidsetRegion(String region)voidsetSize(Integer size)voidsetType(String type)voidsetZone(String zone)voidwithMaxRetries(Integer arg0)voidwithTimeout(Integer arg0)-
Methods inherited from class cn.ucloud.common.request.Request
encode, getAction, getPublicKey, getSignature, setAction, setPublicKey, setSignature
-
-
-
-
Method Detail
-
getZone
public String getZone()
-
setZone
public void setZone(String zone)
-
getProjectId
public String getProjectId()
- Overrides:
getProjectIdin classRequest
-
setProjectId
public void setProjectId(String projectId)
- Overrides:
setProjectIdin classRequest
-
getSize
public Integer getSize()
-
setSize
public void setSize(Integer size)
-
getChargeType
public String getChargeType()
-
setChargeType
public void setChargeType(String chargeType)
-
getQuantity
public Integer getQuantity()
-
setQuantity
public void setQuantity(Integer quantity)
-
getType
public String getType()
-
setType
public void setType(String type)
-
loadMaxRetries
public Integer loadMaxRetries()
-
withMaxRetries
public void withMaxRetries(Integer arg0)
-
loadTimeout
public Integer loadTimeout()
-
withTimeout
public void withTimeout(Integer arg0)
-
-