public class InquiryPriceRenewDBInstanceRequest extends AbstractModel
header, skipSign
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 |
getInstanceId()
Get 实例ID
|
Long |
getPeriod()
Get 续费周期。按月续费最多48个月。默认查询续费一个月的价格
|
String |
getTimeUnit()
Get 续费周期单位。month表示按月续费,当前只支持按月付费查询价格
|
void |
setInstanceId(String InstanceId)
Set 实例ID
|
void |
setPeriod(Long Period)
Set 续费周期。按月续费最多48个月。默认查询续费一个月的价格
|
void |
setTimeUnit(String TimeUnit)
Set 续费周期单位。month表示按月续费,当前只支持按月付费查询价格
|
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, toJsonString
public InquiryPriceRenewDBInstanceRequest()
public InquiryPriceRenewDBInstanceRequest(InquiryPriceRenewDBInstanceRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例IDpublic Long getPeriod()
public void setPeriod(Long Period)
Period
- 续费周期。按月续费最多48个月。默认查询续费一个月的价格public String getTimeUnit()
public void setTimeUnit(String TimeUnit)
TimeUnit
- 续费周期单位。month表示按月续费,当前只支持按月付费查询价格Copyright © 2025. All rights reserved.