Package cn.ucloud.ucompshare.models
Class GetULHostInstancePriceRequest
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.ucompshare.models.GetULHostInstancePriceRequest
-
public class GetULHostInstancePriceRequest extends Request
-
-
Constructor Summary
Constructors Constructor Description GetULHostInstancePriceRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBundleId()StringgetChargeType()IntegergetCount()StringgetProjectId()IntegergetQuantity()StringgetRegion()IntegerloadMaxRetries()IntegerloadTimeout()voidsetBundleId(String bundleId)voidsetChargeType(String chargeType)voidsetCount(Integer count)voidsetProjectId(String projectId)voidsetQuantity(Integer quantity)voidsetRegion(String region)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
-
getBundleId
public String getBundleId()
-
setBundleId
public void setBundleId(String bundleId)
-
getChargeType
public String getChargeType()
-
setChargeType
public void setChargeType(String chargeType)
-
getCount
public Integer getCount()
-
setCount
public void setCount(Integer count)
-
getQuantity
public Integer getQuantity()
-
setQuantity
public void setQuantity(Integer quantity)
-
loadMaxRetries
public Integer loadMaxRetries()
-
withMaxRetries
public void withMaxRetries(Integer arg0)
-
loadTimeout
public Integer loadTimeout()
-
withTimeout
public void withTimeout(Integer arg0)
-
-