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