public class AITemplates extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AITemplates() | 
| AITemplates(AITemplates source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| AIConfig | getAIConfig()Get AI 分析配置。和"SnapshotConfig"二选一。 | 
| SnapshotConfig | getSnapshotConfig()Get 截图配置。和"AIConfig"二选一。 | 
| String | getTag()Get AI 类别。可选值 AI(AI 分析)和 Snapshot(截图),Templates 列表中只能出现一种类型。 | 
| void | setAIConfig(AIConfig AIConfig)Set AI 分析配置。和"SnapshotConfig"二选一。 | 
| void | setSnapshotConfig(SnapshotConfig SnapshotConfig)Set 截图配置。和"AIConfig"二选一。 | 
| void | setTag(String Tag)Set AI 类别。可选值 AI(AI 分析)和 Snapshot(截图),Templates 列表中只能出现一种类型。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AITemplates()
public AITemplates(AITemplates source)
public String getTag()
public void setTag(String Tag)
Tag - AI 类别。可选值 AI(AI 分析)和 Snapshot(截图),Templates 列表中只能出现一种类型。public AIConfig getAIConfig()
public void setAIConfig(AIConfig AIConfig)
AIConfig - AI 分析配置。和"SnapshotConfig"二选一。public SnapshotConfig getSnapshotConfig()
public void setSnapshotConfig(SnapshotConfig SnapshotConfig)
SnapshotConfig - 截图配置。和"AIConfig"二选一。Copyright © 2025. All rights reserved.