public class DescribeSpotDiscountHistoryResponse
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
DescribeSpotDiscountHistoryResponseBody |
body |
Map<String,String> |
headers |
Integer |
statusCode |
| 构造器和说明 |
|---|
DescribeSpotDiscountHistoryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeSpotDiscountHistoryResponse |
build(Map<String,?> map) |
DescribeSpotDiscountHistoryResponseBody |
getBody() |
Map<String,String> |
getHeaders() |
Integer |
getStatusCode() |
DescribeSpotDiscountHistoryResponse |
setBody(DescribeSpotDiscountHistoryResponseBody body) |
DescribeSpotDiscountHistoryResponse |
setHeaders(Map<String,String> headers) |
DescribeSpotDiscountHistoryResponse |
setStatusCode(Integer statusCode) |
@NameInMap(value="statusCode") public Integer statusCode
@NameInMap(value="body") public DescribeSpotDiscountHistoryResponseBody body
public static DescribeSpotDiscountHistoryResponse build(Map<String,?> map) throws Exception
Exceptionpublic DescribeSpotDiscountHistoryResponse setHeaders(Map<String,String> headers)
public DescribeSpotDiscountHistoryResponse setStatusCode(Integer statusCode)
public Integer getStatusCode()
public DescribeSpotDiscountHistoryResponse setBody(DescribeSpotDiscountHistoryResponseBody body)
public DescribeSpotDiscountHistoryResponseBody getBody()
Copyright © 2024. All rights reserved.