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