Class InquiryPriceRenewDBInstanceResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.postgres.v20170312.models.InquiryPriceRenewDBInstanceResponse
-
public class InquiryPriceRenewDBInstanceResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description InquiryPriceRenewDBInstanceResponse()InquiryPriceRenewDBInstanceResponse(InquiryPriceRenewDBInstanceResponse 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 StringgetCurrency()Get 币种。例如,CNY:人民币。LonggetOriginalPrice()Get 刊例价,单位为分。如24650表示246.5元LonggetPrice()Get 折后实际付款金额,单位为分。如24650表示246.5元StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetCurrency(String Currency)Set 币种。例如,CNY:人民币。voidsetOriginalPrice(Long OriginalPrice)Set 刊例价,单位为分。如24650表示246.5元voidsetPrice(Long Price)Set 折后实际付款金额,单位为分。如24650表示246.5元voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidtoMap(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
-
InquiryPriceRenewDBInstanceResponse
public InquiryPriceRenewDBInstanceResponse()
-
InquiryPriceRenewDBInstanceResponse
public InquiryPriceRenewDBInstanceResponse(InquiryPriceRenewDBInstanceResponse 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
-
getOriginalPrice
public Long getOriginalPrice()
Get 刊例价,单位为分。如24650表示246.5元- Returns:
- OriginalPrice 刊例价,单位为分。如24650表示246.5元
-
setOriginalPrice
public void setOriginalPrice(Long OriginalPrice)
Set 刊例价,单位为分。如24650表示246.5元- Parameters:
OriginalPrice- 刊例价,单位为分。如24650表示246.5元
-
getPrice
public Long getPrice()
Get 折后实际付款金额,单位为分。如24650表示246.5元- Returns:
- Price 折后实际付款金额,单位为分。如24650表示246.5元
-
setPrice
public void setPrice(Long Price)
Set 折后实际付款金额,单位为分。如24650表示246.5元- Parameters:
Price- 折后实际付款金额,单位为分。如24650表示246.5元
-
getCurrency
public String getCurrency()
Get 币种。例如,CNY:人民币。- Returns:
- Currency 币种。例如,CNY:人民币。
-
setCurrency
public void setCurrency(String Currency)
Set 币种。例如,CNY:人民币。- Parameters:
Currency- 币种。例如,CNY:人民币。
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-