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