Class CustomizeTemplatesPresetsInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cloudstudio.v20210524.models.CustomizeTemplatesPresetsInfo
-
public class CustomizeTemplatesPresetsInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CustomizeTemplatesPresetsInfo()CustomizeTemplatesPresetsInfo(CustomizeTemplatesPresetsInfo 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getIcons()Get 模板图标列表 注意:此字段可能返回 null,表示取不到有效值。String[]getTags()Get 模板tag列表 注意:此字段可能返回 null,表示取不到有效值。UserDefinedTemplateParamsgetTemplates()Get 无 注意:此字段可能返回 null,表示取不到有效值。voidsetIcons(String[] Icons)Set 模板图标列表 注意:此字段可能返回 null,表示取不到有效值。voidsetTags(String[] Tags)Set 模板tag列表 注意:此字段可能返回 null,表示取不到有效值。voidsetTemplates(UserDefinedTemplateParams Templates)Set 无 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CustomizeTemplatesPresetsInfo
public CustomizeTemplatesPresetsInfo()
-
CustomizeTemplatesPresetsInfo
public CustomizeTemplatesPresetsInfo(CustomizeTemplatesPresetsInfo 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.
-
-
Method Detail
-
getTags
public String[] getTags()
Get 模板tag列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Tags 模板tag列表 注意:此字段可能返回 null,表示取不到有效值。
-
setTags
public void setTags(String[] Tags)
Set 模板tag列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Tags- 模板tag列表 注意:此字段可能返回 null,表示取不到有效值。
-
getIcons
public String[] getIcons()
Get 模板图标列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Icons 模板图标列表 注意:此字段可能返回 null,表示取不到有效值。
-
setIcons
public void setIcons(String[] Icons)
Set 模板图标列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Icons- 模板图标列表 注意:此字段可能返回 null,表示取不到有效值。
-
getTemplates
public UserDefinedTemplateParams getTemplates()
Get 无 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Templates 无 注意:此字段可能返回 null,表示取不到有效值。
-
setTemplates
public void setTemplates(UserDefinedTemplateParams Templates)
Set 无 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Templates- 无 注意:此字段可能返回 null,表示取不到有效值。
-
-