public class UserDefinedTemplatePatchedParams extends AbstractModel
Constructor and Description |
---|
UserDefinedTemplatePatchedParams() |
UserDefinedTemplatePatchedParams(UserDefinedTemplatePatchedParams 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,表示取不到有效值。
|
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 |
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 UserDefinedTemplatePatchedParams()
public UserDefinedTemplatePatchedParams(UserDefinedTemplatePatchedParams source)
public String getSource()
public void setSource(String Source)
Source
- 模板来源
注意:此字段可能返回 null,表示取不到有效值。public String getName()
public void setName(String Name)
Name
- 模板名称
注意:此字段可能返回 null,表示取不到有效值。public String getIcon()
public void setIcon(String Icon)
Icon
- 模板图标地址
注意:此字段可能返回 null,表示取不到有效值。public String getDescription()
public void setDescription(String Description)
Description
- 模板描述
注意:此字段可能返回 null,表示取不到有效值。public String[] getTags()
public void setTags(String[] Tags)
Tags
- 模板标签列表
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.