public class UserDefinedTemplateParams extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get 模板描述
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getIcon()
Get 模板图标地址
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get 模板名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSource()
Get 模板来源
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getTags()
Get 模板标签列表
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getVersionControlType()
Get 模板仓库类型
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getVersionControlUrl()
Get 模板地址
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDescription(String Description)
Set 模板描述
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIcon(String Icon)
Set 模板图标地址
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
Set 模板名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSource(String Source)
Set 模板来源
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTags(String[] Tags)
Set 模板标签列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVersionControlType(String VersionControlType)
Set 模板仓库类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVersionControlUrl(String VersionControlUrl)
Set 模板地址
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public UserDefinedTemplateParams()
public UserDefinedTemplateParams(UserDefinedTemplateParams source)
public String getName()
public void setName(String Name)
Name
- 模板名称
注意:此字段可能返回 null,表示取不到有效值。public String getIcon()
public void setIcon(String Icon)
Icon
- 模板图标地址
注意:此字段可能返回 null,表示取不到有效值。public String[] getTags()
public void setTags(String[] Tags)
Tags
- 模板标签列表
注意:此字段可能返回 null,表示取不到有效值。public String getSource()
public void setSource(String Source)
Source
- 模板来源
注意:此字段可能返回 null,表示取不到有效值。public String getDescription()
public void setDescription(String Description)
Description
- 模板描述
注意:此字段可能返回 null,表示取不到有效值。public String getVersionControlType()
public void setVersionControlType(String VersionControlType)
VersionControlType
- 模板仓库类型
注意:此字段可能返回 null,表示取不到有效值。public String getVersionControlUrl()
public void setVersionControlUrl(String VersionControlUrl)
VersionControlUrl
- 模板地址
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.