public class DescribeBundleDiscountResponse extends AbstractModel
Constructor and Description |
---|
DescribeBundleDiscountResponse() |
DescribeBundleDiscountResponse(DescribeBundleDiscountResponse 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 |
getCurrency()
Get 币种:CNY人民币,USD 美元。
|
DiscountDetail[] |
getDiscountDetail()
Get 折扣梯度详情,每个梯度包含的信息有:时长,折扣数,总价,折扣价,折扣详情(用户折扣、官网折扣、最终折扣)。
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setCurrency(String Currency)
Set 币种:CNY人民币,USD 美元。
|
void |
setDiscountDetail(DiscountDetail[] DiscountDetail)
Set 折扣梯度详情,每个梯度包含的信息有:时长,折扣数,总价,折扣价,折扣详情(用户折扣、官网折扣、最终折扣)。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeBundleDiscountResponse()
public DescribeBundleDiscountResponse(DescribeBundleDiscountResponse source)
public String getCurrency()
public void setCurrency(String Currency)
Currency
- 币种:CNY人民币,USD 美元。public DiscountDetail[] getDiscountDetail()
public void setDiscountDetail(DiscountDetail[] DiscountDetail)
DiscountDetail
- 折扣梯度详情,每个梯度包含的信息有:时长,折扣数,总价,折扣价,折扣详情(用户折扣、官网折扣、最终折扣)。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2021. All rights reserved.