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