public class TemplateConfig extends AbstractModel
skipSign
Constructor and Description |
---|
TemplateConfig() |
TemplateConfig(TemplateConfig 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 |
getTemplateId()
Get 模板ID。
|
String |
getTemplateName()
Get 模板名称。
|
void |
setTemplateId(String TemplateId)
Set 模板ID。
|
void |
setTemplateName(String TemplateName)
Set 模板名称。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TemplateConfig()
public TemplateConfig(TemplateConfig source)
public String getTemplateId()
public void setTemplateId(String TemplateId)
TemplateId
- 模板ID。public String getTemplateName()
public void setTemplateName(String TemplateName)
TemplateName
- 模板名称。Copyright © 2023. All rights reserved.