public class TemplateInfo extends AbstractModel
header, skipSign| Constructor and Description |
|---|
TemplateInfo() |
TemplateInfo(TemplateInfo 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,通过接口[通知模板查询](https://cloud.tencent.com/document/product/1130/97726)获得。
|
String |
getTemplateName()
Get 模板名,通过接口[通知模板查询](https://cloud.tencent.com/document/product/1130/97726)获得。
|
void |
setTemplateId(String TemplateId)
Set 模板id,通过接口[通知模板查询](https://cloud.tencent.com/document/product/1130/97726)获得。
|
void |
setTemplateName(String TemplateName)
Set 模板名,通过接口[通知模板查询](https://cloud.tencent.com/document/product/1130/97726)获得。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic TemplateInfo()
public TemplateInfo(TemplateInfo source)
public String getTemplateId()
public void setTemplateId(String TemplateId)
TemplateId - 模板id,通过接口[通知模板查询](https://cloud.tencent.com/document/product/1130/97726)获得。public String getTemplateName()
public void setTemplateName(String TemplateName)
TemplateName - 模板名,通过接口[通知模板查询](https://cloud.tencent.com/document/product/1130/97726)获得。Copyright © 2025. All rights reserved.