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