public class QueryPriceForBuyResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryPriceForBuyResponse.PriceInfo |
static class |
QueryPriceForBuyResponse.Rule |
| Constructor and Description |
|---|
QueryPriceForBuyResponse() |
| Modifier and Type | Method and Description |
|---|---|
QueryPriceForBuyResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
QueryPriceForBuyResponse.PriceInfo |
getPriceInfo() |
String |
getRequestId() |
List<QueryPriceForBuyResponse.Rule> |
getRules() |
void |
setPriceInfo(QueryPriceForBuyResponse.PriceInfo priceInfo) |
void |
setRequestId(String requestId) |
void |
setRules(List<QueryPriceForBuyResponse.Rule> rules) |
public String getRequestId()
public void setRequestId(String requestId)
public List<QueryPriceForBuyResponse.Rule> getRules()
public void setRules(List<QueryPriceForBuyResponse.Rule> rules)
public QueryPriceForBuyResponse.PriceInfo getPriceInfo()
public void setPriceInfo(QueryPriceForBuyResponse.PriceInfo priceInfo)
public QueryPriceForBuyResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2018. All Rights Reserved.