Package cn.ucloud.uec.models
Class GetUEcPodPriceRequest
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.uec.models.GetUEcPodPriceRequest
-
public class GetUEcPodPriceRequest extends Request
-
-
Constructor Summary
Constructors Constructor Description GetUEcPodPriceRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetBandwidth()IntegergetChargeQuantity()IntegergetChargeType()DoublegetCpuCore()StringgetElasticIp()StringgetIdcId()IntegergetMemSize()StringgetProductType()IntegerloadMaxRetries()IntegerloadTimeout()voidsetBandwidth(Integer bandwidth)voidsetChargeQuantity(Integer chargeQuantity)voidsetChargeType(Integer chargeType)voidsetCpuCore(Double cpuCore)voidsetElasticIp(String elasticIp)voidsetIdcId(String idcId)voidsetMemSize(Integer memSize)voidsetProductType(String productType)voidwithMaxRetries(Integer arg0)voidwithTimeout(Integer arg0)-
Methods inherited from class cn.ucloud.common.request.Request
encode, getAction, getProjectId, getPublicKey, getRegion, getSignature, setAction, setProjectId, setPublicKey, setRegion, setSignature
-
-
-
-
Method Detail
-
getIdcId
public String getIdcId()
-
setIdcId
public void setIdcId(String idcId)
-
getCpuCore
public Double getCpuCore()
-
setCpuCore
public void setCpuCore(Double cpuCore)
-
getMemSize
public Integer getMemSize()
-
setMemSize
public void setMemSize(Integer memSize)
-
getChargeType
public Integer getChargeType()
-
setChargeType
public void setChargeType(Integer chargeType)
-
getChargeQuantity
public Integer getChargeQuantity()
-
setChargeQuantity
public void setChargeQuantity(Integer chargeQuantity)
-
getProductType
public String getProductType()
-
setProductType
public void setProductType(String productType)
-
getElasticIp
public String getElasticIp()
-
setElasticIp
public void setElasticIp(String elasticIp)
-
getBandwidth
public Integer getBandwidth()
-
setBandwidth
public void setBandwidth(Integer bandwidth)
-
loadMaxRetries
public Integer loadMaxRetries()
-
withMaxRetries
public void withMaxRetries(Integer arg0)
-
loadTimeout
public Integer loadTimeout()
-
withTimeout
public void withTimeout(Integer arg0)
-
-