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