Package cn.ucloud.pathx.models
Class GetUGA3PriceRequest
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.pathx.models.GetUGA3PriceRequest
-
public class GetUGA3PriceRequest extends Request
-
-
Constructor Summary
Constructors Constructor Description GetUGA3PriceRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccelerationArea()StringgetAreaCode()IntegergetBandwidth()StringgetChargeType()StringgetProjectId()IntegergetQuantity()IntegerloadMaxRetries()IntegerloadTimeout()voidsetAccelerationArea(String accelerationArea)voidsetAreaCode(String areaCode)voidsetBandwidth(Integer bandwidth)voidsetChargeType(String chargeType)voidsetProjectId(String projectId)voidsetQuantity(Integer quantity)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
-
getBandwidth
public Integer getBandwidth()
-
setBandwidth
public void setBandwidth(Integer bandwidth)
-
getAreaCode
public String getAreaCode()
-
setAreaCode
public void setAreaCode(String areaCode)
-
getQuantity
public Integer getQuantity()
-
setQuantity
public void setQuantity(Integer quantity)
-
getChargeType
public String getChargeType()
-
setChargeType
public void setChargeType(String chargeType)
-
getAccelerationArea
public String getAccelerationArea()
-
setAccelerationArea
public void setAccelerationArea(String accelerationArea)
-
loadMaxRetries
public Integer loadMaxRetries()
-
withMaxRetries
public void withMaxRetries(Integer arg0)
-
loadTimeout
public Integer loadTimeout()
-
withTimeout
public void withTimeout(Integer arg0)
-
-