public class ListClassificationTemplatesResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ListClassificationTemplatesResponseBody.ListClassificationTemplatesResponseBodyTemplateList |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
errorCode
The error code returned if the request failed.
|
String |
errorMessage
The error message returned if the request failed.
|
String |
requestId
The ID of the request.
|
Boolean |
success
Indicates whether the request was successful.
|
List<ListClassificationTemplatesResponseBody.ListClassificationTemplatesResponseBodyTemplateList> |
templateList
The list of templates.
|
| 构造器和说明 |
|---|
ListClassificationTemplatesResponseBody() |
@NameInMap(value="ErrorCode") public String errorCode
The error code returned if the request failed.
example:UnknownError
@NameInMap(value="ErrorMessage") public String errorMessage
The error message returned if the request failed.
example:UnknownError
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:90260530-565C-42B9-A6E8-893481FE6AB6
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. Valid values:
true
@NameInMap(value="TemplateList") public List<ListClassificationTemplatesResponseBody.ListClassificationTemplatesResponseBodyTemplateList> templateList
The list of templates.
public static ListClassificationTemplatesResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ListClassificationTemplatesResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public ListClassificationTemplatesResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public ListClassificationTemplatesResponseBody setRequestId(String requestId)
public String getRequestId()
public ListClassificationTemplatesResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
public ListClassificationTemplatesResponseBody setTemplateList(List<ListClassificationTemplatesResponseBody.ListClassificationTemplatesResponseBodyTemplateList> templateList)
public List<ListClassificationTemplatesResponseBody.ListClassificationTemplatesResponseBodyTemplateList> getTemplateList()
Copyright © 2025. All rights reserved.