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