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