public class DescribeSpotPriceHistoryResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
currency
The currency unit of the price.
|
Integer |
nextOffset
The start line of the next page.
|
String |
requestId
The ID of the request.
|
DescribeSpotPriceHistoryResponseBody.DescribeSpotPriceHistoryResponseBodySpotPrices |
spotPrices
Details about the price history of the preemptible instance.
|
构造器和说明 |
---|
DescribeSpotPriceHistoryResponseBody() |
@NameInMap(value="Currency") public String currency
The currency unit of the price.
Alibaba Cloud China site (aliyun.com): CNY.
Alibaba Cloud International site (alibabacloud.com): USD.
@NameInMap(value="NextOffset") public Integer nextOffset
The start line of the next page. It is the value of the `Offset` request parameter.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="SpotPrices") public DescribeSpotPriceHistoryResponseBody.DescribeSpotPriceHistoryResponseBodySpotPrices spotPrices
Details about the price history of the preemptible instance.
public static DescribeSpotPriceHistoryResponseBody build(Map<String,?> map) throws Exception
Exception
public DescribeSpotPriceHistoryResponseBody setCurrency(String currency)
public String getCurrency()
public DescribeSpotPriceHistoryResponseBody setNextOffset(Integer nextOffset)
public Integer getNextOffset()
public DescribeSpotPriceHistoryResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeSpotPriceHistoryResponseBody setSpotPrices(DescribeSpotPriceHistoryResponseBody.DescribeSpotPriceHistoryResponseBodySpotPrices spotPrices)
public DescribeSpotPriceHistoryResponseBody.DescribeSpotPriceHistoryResponseBodySpotPrices getSpotPrices()
Copyright © 2023. All rights reserved.