public class RenewDBInstanceRequest extends AbstractModel
Constructor and Description |
---|
RenewDBInstanceRequest() |
RenewDBInstanceRequest(RenewDBInstanceRequest 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 |
---|---|
Long |
getAutoVoucher()
Get 是否自动使用代金券,0-不使用;1-使用;默认不实用
|
String |
getInstanceId()
Get 实例ID,形如mssql-j8kv137v
|
Long |
getPeriod()
Get 续费多少个月,取值范围为1-48,默认为1
|
String[] |
getVoucherIds()
Get 代金券ID数组,目前只支持使用1张代金券
|
void |
setAutoVoucher(Long AutoVoucher)
Set 是否自动使用代金券,0-不使用;1-使用;默认不实用
|
void |
setInstanceId(String InstanceId)
Set 实例ID,形如mssql-j8kv137v
|
void |
setPeriod(Long Period)
Set 续费多少个月,取值范围为1-48,默认为1
|
void |
setVoucherIds(String[] VoucherIds)
Set 代金券ID数组,目前只支持使用1张代金券
|
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 RenewDBInstanceRequest()
public RenewDBInstanceRequest(RenewDBInstanceRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例ID,形如mssql-j8kv137vpublic Long getPeriod()
public void setPeriod(Long Period)
Period
- 续费多少个月,取值范围为1-48,默认为1public Long getAutoVoucher()
public void setAutoVoucher(Long AutoVoucher)
AutoVoucher
- 是否自动使用代金券,0-不使用;1-使用;默认不实用public String[] getVoucherIds()
public void setVoucherIds(String[] VoucherIds)
VoucherIds
- 代金券ID数组,目前只支持使用1张代金券Copyright © 2021. All rights reserved.