public class RenewDBInstanceRequest extends AbstractModel
header, skipSign| 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 | getAutoRenewFlag()Get 续费标记 0:正常续费 1:自动续费:只用于按量计费转包年包月时有效。 | 
| Long | getAutoVoucher()Get 是否自动使用代金券,0-不使用;1-使用;默认不使用 | 
| String | getInstanceId()Get 实例ID,形如mssql-j8kv137v | 
| Long | getPeriod()Get 续费多少个月,取值范围为1-48,默认为1 | 
| String[] | getVoucherIds()Get 代金券ID数组,目前只支持使用1张代金券 | 
| void | setAutoRenewFlag(Long AutoRenewFlag)Set 续费标记 0:正常续费 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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张代金券public Long getAutoRenewFlag()
public void setAutoRenewFlag(Long AutoRenewFlag)
AutoRenewFlag - 续费标记 0:正常续费 1:自动续费:只用于按量计费转包年包月时有效。Copyright © 2025. All rights reserved.