public class DescribeSpotPriceHistoryResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeSpotPriceHistoryResponse.SpotPriceType |
| Constructor and Description |
|---|
DescribeSpotPriceHistoryResponse() |
| Modifier and Type | Method and Description |
|---|---|
DescribeSpotPriceHistoryResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
Integer |
getNextOffset() |
String |
getRequestId() |
List<DescribeSpotPriceHistoryResponse.SpotPriceType> |
getSpotPrices() |
void |
setNextOffset(Integer nextOffset) |
void |
setRequestId(String requestId) |
void |
setSpotPrices(List<DescribeSpotPriceHistoryResponse.SpotPriceType> spotPrices) |
public String getRequestId()
public void setRequestId(String requestId)
public Integer getNextOffset()
public void setNextOffset(Integer nextOffset)
public List<DescribeSpotPriceHistoryResponse.SpotPriceType> getSpotPrices()
public void setSpotPrices(List<DescribeSpotPriceHistoryResponse.SpotPriceType> spotPrices)
public DescribeSpotPriceHistoryResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2017. All Rights Reserved.