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