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