public static class GetAITemplateResponseBody.GetAITemplateResponseBodyTemplateInfo
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
creationTime
The time when the AI template was created.
|
String |
isDefault
Indicates whether the template is the default AI template.
|
String |
modifyTime
The time when the AI template was modified.
|
String |
source
The source of the AI template.
|
String |
templateConfig
The detailed configurations of the AI template.
|
String |
templateId
The ID of the AI template.
|
String |
templateName
The name of the AI template.
|
String |
templateType
The type of the AI template.
|
| 构造器和说明 |
|---|
GetAITemplateResponseBodyTemplateInfo() |
@NameInMap(value="CreationTime") public String creationTime
The time when the AI template was created. The time follows the ISO 8601 standard in the *yyyy-MM-dd*T*HH:mm:ss*Z format. The time is displayed in UTC.
@NameInMap(value="IsDefault") public String isDefault
Indicates whether the template is the default AI template. Valid values:
* **Default**
* **NotDefault**
@NameInMap(value="ModifyTime") public String modifyTime
The time when the AI template was modified. The time follows the ISO 8601 standard in the *yyyy-MM-dd*T*HH:mm:ss*Z format. The time is displayed in UTC.
@NameInMap(value="Source") public String source
The source of the AI template. Valid values:
* **System**
* **Custom**
@NameInMap(value="TemplateConfig") public String templateConfig
The detailed configurations of the AI template. The value is a JSON string. For more information, see [AITemplateConfig](~~89863#title-vd3-499-o36~~).
@NameInMap(value="TemplateId") public String templateId
The ID of the AI template.
@NameInMap(value="TemplateName") public String templateName
The name of the AI template.
@NameInMap(value="TemplateType") public String templateType
The type of the AI template. Valid values:
* **AIMediaAudit**: automated review
* **AIImage**: smart thumbnail
public static GetAITemplateResponseBody.GetAITemplateResponseBodyTemplateInfo build(Map<String,?> map) throws Exception
Exceptionpublic GetAITemplateResponseBody.GetAITemplateResponseBodyTemplateInfo setCreationTime(String creationTime)
public String getCreationTime()
public GetAITemplateResponseBody.GetAITemplateResponseBodyTemplateInfo setIsDefault(String isDefault)
public String getIsDefault()
public GetAITemplateResponseBody.GetAITemplateResponseBodyTemplateInfo setModifyTime(String modifyTime)
public String getModifyTime()
public GetAITemplateResponseBody.GetAITemplateResponseBodyTemplateInfo setSource(String source)
public String getSource()
public GetAITemplateResponseBody.GetAITemplateResponseBodyTemplateInfo setTemplateConfig(String templateConfig)
public String getTemplateConfig()
public GetAITemplateResponseBody.GetAITemplateResponseBodyTemplateInfo setTemplateId(String templateId)
public String getTemplateId()
public GetAITemplateResponseBody.GetAITemplateResponseBodyTemplateInfo setTemplateName(String templateName)
public String getTemplateName()
public GetAITemplateResponseBody.GetAITemplateResponseBodyTemplateInfo setTemplateType(String templateType)
public String getTemplateType()
Copyright © 2024. All rights reserved.