Class DescribeUpgradePriceResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mariadb.v20170312.models.DescribeUpgradePriceResponse
-
public class DescribeUpgradePriceResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeUpgradePriceResponse()DescribeUpgradePriceResponse(DescribeUpgradePriceResponse 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 StringgetFormula()Get 变配明细计算公式LonggetOriginalPrice()Get 原价 单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述 币种:国内站为人民币,国际站为美元LonggetPrice()Get 实际价格,受折扣等影响,可能和原价不同 单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述 币种:国内站人民币,国际站美元StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetFormula(String Formula)Set 变配明细计算公式voidsetOriginalPrice(Long OriginalPrice)Set 原价 单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述 币种:国内站为人民币,国际站为美元voidsetPrice(Long Price)Set 实际价格,受折扣等影响,可能和原价不同 单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述 币种:国内站人民币,国际站美元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
-
DescribeUpgradePriceResponse
public DescribeUpgradePriceResponse()
-
DescribeUpgradePriceResponse
public DescribeUpgradePriceResponse(DescribeUpgradePriceResponse 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 原价 单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述 币种:国内站为人民币,国际站为美元- Returns:
- OriginalPrice 原价 单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述 币种:国内站为人民币,国际站为美元
-
setOriginalPrice
public void setOriginalPrice(Long OriginalPrice)
Set 原价 单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述 币种:国内站为人民币,国际站为美元- Parameters:
OriginalPrice- 原价 单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述 币种:国内站为人民币,国际站为美元
-
getPrice
public Long getPrice()
Get 实际价格,受折扣等影响,可能和原价不同 单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述 币种:国内站人民币,国际站美元- Returns:
- Price 实际价格,受折扣等影响,可能和原价不同 单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述 币种:国内站人民币,国际站美元
-
setPrice
public void setPrice(Long Price)
Set 实际价格,受折扣等影响,可能和原价不同 单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述 币种:国内站人民币,国际站美元- Parameters:
Price- 实际价格,受折扣等影响,可能和原价不同 单位:默认为分,若请求参数带有AmountUnit,参考AmountUnit描述 币种:国内站人民币,国际站美元
-
getFormula
public String getFormula()
Get 变配明细计算公式- Returns:
- Formula 变配明细计算公式
-
setFormula
public void setFormula(String Formula)
Set 变配明细计算公式- Parameters:
Formula- 变配明细计算公式
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-