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