Package cn.ucloud.uphone.models
Class GetUPhonePriceRequest
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.uphone.models.GetUPhonePriceRequest
-
public class GetUPhonePriceRequest extends Request
-
-
Constructor Summary
Constructors Constructor Description GetUPhonePriceRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChargeType()StringgetCityId()IntegergetINetBandwidth()IntegergetIpCount()StringgetIpDestRegion()IntegergetMediaBandwidth()StringgetProjectId()IntegergetQuantity()IntegergetUPhoneCount()IntegergetUPhoneModelName()IntegerloadMaxRetries()IntegerloadTimeout()voidsetChargeType(String chargeType)voidsetCityId(String cityId)voidsetINetBandwidth(Integer iNetBandwidth)voidsetIpCount(Integer ipCount)voidsetIpDestRegion(String ipDestRegion)voidsetMediaBandwidth(Integer mediaBandwidth)voidsetProjectId(String projectId)voidsetQuantity(Integer quantity)voidsetUPhoneCount(Integer uPhoneCount)voidsetUPhoneModelName(Integer uPhoneModelName)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)
-
getUPhoneModelName
public Integer getUPhoneModelName()
-
setUPhoneModelName
public void setUPhoneModelName(Integer uPhoneModelName)
-
getMediaBandwidth
public Integer getMediaBandwidth()
-
setMediaBandwidth
public void setMediaBandwidth(Integer mediaBandwidth)
-
getUPhoneCount
public Integer getUPhoneCount()
-
setUPhoneCount
public void setUPhoneCount(Integer uPhoneCount)
-
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)
-
getINetBandwidth
public Integer getINetBandwidth()
-
setINetBandwidth
public void setINetBandwidth(Integer iNetBandwidth)
-
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)
-
-