Package cn.ucloud.udb.models
Class SwitchUDBInstanceToHARequest
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.udb.models.SwitchUDBInstanceToHARequest
-
public class SwitchUDBInstanceToHARequest extends Request
-
-
Constructor Summary
Constructors Constructor Description SwitchUDBInstanceToHARequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChargeType()StringgetDBId()StringgetProjectId()StringgetQuantity()StringgetRegion()StringgetTag()IntegerloadMaxRetries()IntegerloadTimeout()voidsetChargeType(String chargeType)voidsetDBId(String dbId)voidsetProjectId(String projectId)voidsetQuantity(String quantity)voidsetRegion(String region)voidsetTag(String tag)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
-
getDBId
public String getDBId()
-
setDBId
public void setDBId(String dbId)
-
getChargeType
public String getChargeType()
-
setChargeType
public void setChargeType(String chargeType)
-
getQuantity
public String getQuantity()
-
setQuantity
public void setQuantity(String quantity)
-
getTag
public String getTag()
-
setTag
public void setTag(String tag)
-
loadMaxRetries
public Integer loadMaxRetries()
-
withMaxRetries
public void withMaxRetries(Integer arg0)
-
loadTimeout
public Integer loadTimeout()
-
withTimeout
public void withTimeout(Integer arg0)
-
-