Package cn.ucloud.uphone.models
Class GetUPhoneServerPriceRequest
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.uphone.models.GetUPhoneServerPriceRequest
-
public class GetUPhoneServerPriceRequest extends Request
-
-
Constructor Summary
Constructors Constructor Description GetUPhoneServerPriceRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetBandwidth()StringgetChargeType()StringgetCityId()IntegergetIpCount()StringgetIpDestRegion()StringgetProjectId()IntegergetQuantity()StringgetServerModelName()IntegerloadMaxRetries()IntegerloadTimeout()voidsetBandwidth(Integer bandwidth)voidsetChargeType(String chargeType)voidsetCityId(String cityId)voidsetIpCount(Integer ipCount)voidsetIpDestRegion(String ipDestRegion)voidsetProjectId(String projectId)voidsetQuantity(Integer quantity)voidsetServerModelName(String serverModelName)voidwithMaxRetries(Integer arg0)voidwithTimeout(Integer arg0)-
Methods inherited from class cn.ucloud.common.request.Request
encode, getAction, getPublicKey, getRegion, getSignature, setAction, setPublicKey, setRegion, setSignature
-
-
-
-
Method Detail
-
getProjectId
public String getProjectId()
- Overrides:
getProjectIdin classRequest
-
setProjectId
public void setProjectId(String projectId)
- Overrides:
setProjectIdin classRequest
-
getCityId
public String getCityId()
-
setCityId
public void setCityId(String cityId)
-
getServerModelName
public String getServerModelName()
-
setServerModelName
public void setServerModelName(String serverModelName)
-
getChargeType
public String getChargeType()
-
setChargeType
public void setChargeType(String chargeType)
-
getQuantity
public Integer getQuantity()
-
setQuantity
public void setQuantity(Integer quantity)
-
getIpDestRegion
public String getIpDestRegion()
-
setIpDestRegion
public void setIpDestRegion(String ipDestRegion)
-
getBandwidth
public Integer getBandwidth()
-
setBandwidth
public void setBandwidth(Integer bandwidth)
-
getIpCount
public Integer getIpCount()
-
setIpCount
public void setIpCount(Integer ipCount)
-
loadMaxRetries
public Integer loadMaxRetries()
-
withMaxRetries
public void withMaxRetries(Integer arg0)
-
loadTimeout
public Integer loadTimeout()
-
withTimeout
public void withTimeout(Integer arg0)
-
-