public class DescribeSpotPriceHistoryResponse
extends com.aliyuncs.AcsResponse
限定符和类型 | 类和说明 |
---|---|
static class |
DescribeSpotPriceHistoryResponse.SpotPriceType |
构造器和说明 |
---|
DescribeSpotPriceHistoryResponse() |
限定符和类型 | 方法和说明 |
---|---|
String |
getCurrency() |
DescribeSpotPriceHistoryResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
Integer |
getNextOffset() |
String |
getRequestId() |
List<DescribeSpotPriceHistoryResponse.SpotPriceType> |
getSpotPrices() |
void |
setCurrency(String currency) |
void |
setNextOffset(Integer nextOffset) |
void |
setRequestId(String requestId) |
void |
setSpotPrices(List<DescribeSpotPriceHistoryResponse.SpotPriceType> spotPrices) |
public String getRequestId()
public void setRequestId(String requestId)
public String getCurrency()
public void setCurrency(String currency)
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
在类中 com.aliyuncs.AcsResponse
Copyright © 2023. All Rights Reserved.