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