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