Class UserDefinedTemplateParams
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cloudstudio.v20210524.models.UserDefinedTemplateParams
-
public class UserDefinedTemplateParams extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UserDefinedTemplateParams()UserDefinedTemplateParams(UserDefinedTemplateParams 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 StringgetDescription()Get 模板描述 注意:此字段可能返回 null,表示取不到有效值。StringgetIcon()Get 模板图标地址 注意:此字段可能返回 null,表示取不到有效值。StringgetName()Get 模板名称 注意:此字段可能返回 null,表示取不到有效值。StringgetSource()Get 模板来源 注意:此字段可能返回 null,表示取不到有效值。String[]getTags()Get 模板标签列表 注意:此字段可能返回 null,表示取不到有效值。StringgetVersionControlType()Get 模板仓库类型 注意:此字段可能返回 null,表示取不到有效值。StringgetVersionControlUrl()Get 模板地址 注意:此字段可能返回 null,表示取不到有效值。voidsetDescription(String Description)Set 模板描述 注意:此字段可能返回 null,表示取不到有效值。voidsetIcon(String Icon)Set 模板图标地址 注意:此字段可能返回 null,表示取不到有效值。voidsetName(String Name)Set 模板名称 注意:此字段可能返回 null,表示取不到有效值。voidsetSource(String Source)Set 模板来源 注意:此字段可能返回 null,表示取不到有效值。voidsetTags(String[] Tags)Set 模板标签列表 注意:此字段可能返回 null,表示取不到有效值。voidsetVersionControlType(String VersionControlType)Set 模板仓库类型 注意:此字段可能返回 null,表示取不到有效值。voidsetVersionControlUrl(String VersionControlUrl)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
-
UserDefinedTemplateParams
public UserDefinedTemplateParams()
-
UserDefinedTemplateParams
public UserDefinedTemplateParams(UserDefinedTemplateParams 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
-
getName
public String getName()
Get 模板名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Name 模板名称 注意:此字段可能返回 null,表示取不到有效值。
-
setName
public void setName(String Name)
Set 模板名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Name- 模板名称 注意:此字段可能返回 null,表示取不到有效值。
-
getIcon
public String getIcon()
Get 模板图标地址 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Icon 模板图标地址 注意:此字段可能返回 null,表示取不到有效值。
-
setIcon
public void setIcon(String Icon)
Set 模板图标地址 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Icon- 模板图标地址 注意:此字段可能返回 null,表示取不到有效值。
-
getTags
public String[] getTags()
Get 模板标签列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Tags 模板标签列表 注意:此字段可能返回 null,表示取不到有效值。
-
setTags
public void setTags(String[] Tags)
Set 模板标签列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Tags- 模板标签列表 注意:此字段可能返回 null,表示取不到有效值。
-
getSource
public String getSource()
Get 模板来源 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Source 模板来源 注意:此字段可能返回 null,表示取不到有效值。
-
setSource
public void setSource(String Source)
Set 模板来源 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Source- 模板来源 注意:此字段可能返回 null,表示取不到有效值。
-
getDescription
public String getDescription()
Get 模板描述 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Description 模板描述 注意:此字段可能返回 null,表示取不到有效值。
-
setDescription
public void setDescription(String Description)
Set 模板描述 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Description- 模板描述 注意:此字段可能返回 null,表示取不到有效值。
-
getVersionControlType
public String getVersionControlType()
Get 模板仓库类型 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VersionControlType 模板仓库类型 注意:此字段可能返回 null,表示取不到有效值。
-
setVersionControlType
public void setVersionControlType(String VersionControlType)
Set 模板仓库类型 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VersionControlType- 模板仓库类型 注意:此字段可能返回 null,表示取不到有效值。
-
getVersionControlUrl
public String getVersionControlUrl()
Get 模板地址 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VersionControlUrl 模板地址 注意:此字段可能返回 null,表示取不到有效值。
-
setVersionControlUrl
public void setVersionControlUrl(String VersionControlUrl)
Set 模板地址 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VersionControlUrl- 模板地址 注意:此字段可能返回 null,表示取不到有效值。
-
-