Package cn.ucloud.ipsecvpn.models
Class GetVPNGatewayPriceRequest
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.ipsecvpn.models.GetVPNGatewayPriceRequest
-
public class GetVPNGatewayPriceRequest extends Request
-
-
Constructor Summary
Constructors Constructor Description GetVPNGatewayPriceRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChargeType()StringgetGrade()StringgetProjectId()IntegergetQuantity()StringgetRegion()IntegerloadMaxRetries()IntegerloadTimeout()voidsetChargeType(String chargeType)voidsetGrade(String grade)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
-
getGrade
public String getGrade()
-
setGrade
public void setGrade(String grade)
-
getChargeType
public String getChargeType()
-
setChargeType
public void setChargeType(String chargeType)
-
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)
-
-