Class InquiryPriceRenewDBInstanceRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.postgres.v20170312.models.InquiryPriceRenewDBInstanceRequest
-
public class InquiryPriceRenewDBInstanceRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDBInstanceId()
Get 实例IDLong
getPeriod()
Get 续费周期,按月计算,最大不超过48void
setDBInstanceId(String DBInstanceId)
Set 实例IDvoid
setPeriod(Long Period)
Set 续费周期,按月计算,最大不超过48void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
InquiryPriceRenewDBInstanceRequest
public InquiryPriceRenewDBInstanceRequest()
-
InquiryPriceRenewDBInstanceRequest
public 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.
-
-
Method Detail
-
getDBInstanceId
public String getDBInstanceId()
Get 实例ID- Returns:
- DBInstanceId 实例ID
-
setDBInstanceId
public void setDBInstanceId(String DBInstanceId)
Set 实例ID- Parameters:
DBInstanceId
- 实例ID
-
getPeriod
public Long getPeriod()
Get 续费周期,按月计算,最大不超过48- Returns:
- Period 续费周期,按月计算,最大不超过48
-
setPeriod
public void setPeriod(Long Period)
Set 续费周期,按月计算,最大不超过48- Parameters:
Period
- 续费周期,按月计算,最大不超过48
-
-