public class InquiryPriceRenewDBInstanceRequest extends AbstractModel
Constructor and Description |
---|
InquiryPriceRenewDBInstanceRequest() |
InquiryPriceRenewDBInstanceRequest(InquiryPriceRenewDBInstanceRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getDBInstanceId()
Get 实例ID
|
Long |
getPeriod()
Get 续费周期,按月计算,最大不超过48
|
void |
setDBInstanceId(String DBInstanceId)
Set 实例ID
|
void |
setPeriod(Long Period)
Set 续费周期,按月计算,最大不超过48
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public InquiryPriceRenewDBInstanceRequest()
public InquiryPriceRenewDBInstanceRequest(InquiryPriceRenewDBInstanceRequest source)
public String getDBInstanceId()
public void setDBInstanceId(String DBInstanceId)
DBInstanceId
- 实例IDpublic Long getPeriod()
public void setPeriod(Long Period)
Period
- 续费周期,按月计算,最大不超过48Copyright © 2022. All rights reserved.