Package cn.ucloud.pathx.models
Class GetGlobalSSHUpdatePriceRequest
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.pathx.models.GetGlobalSSHUpdatePriceRequest
-
public class GetGlobalSSHUpdatePriceRequest extends Request
-
-
Constructor Summary
Constructors Constructor Description GetGlobalSSHUpdatePriceRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChargeType()StringgetInstanceId()StringgetInstanceType()StringgetProjectId()IntegergetQuantity()IntegerloadMaxRetries()IntegerloadTimeout()voidsetChargeType(String chargeType)voidsetInstanceId(String instanceId)voidsetInstanceType(String instanceType)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
-
getInstanceType
public String getInstanceType()
-
setInstanceType
public void setInstanceType(String instanceType)
-
getInstanceId
public String getInstanceId()
-
setInstanceId
public void setInstanceId(String instanceId)
-
getQuantity
public Integer getQuantity()
-
setQuantity
public void setQuantity(Integer quantity)
-
getChargeType
public String getChargeType()
-
setChargeType
public void setChargeType(String chargeType)
-
loadMaxRetries
public Integer loadMaxRetries()
-
withMaxRetries
public void withMaxRetries(Integer arg0)
-
loadTimeout
public Integer loadTimeout()
-
withTimeout
public void withTimeout(Integer arg0)
-
-