public static class QuerySmsTemplateListResponseBody.QuerySmsTemplateListResponseBodySmsTemplateList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
auditStatus
The approval status of the message template.
|
String |
createDate
The time when the message template was created.
|
String |
orderId
The ticket ID.
|
Integer |
outerTemplateType
The type of the message template.
|
QuerySmsTemplateListResponseBody.QuerySmsTemplateListResponseBodySmsTemplateListReason |
reason
The approval remarks.
|
String |
templateCode
The code of the message template.
|
String |
templateContent
The content of the message template.
|
String |
templateName
The name of the message template.
|
Integer |
templateType
The type of the message template.
|
| 构造器和说明 |
|---|
QuerySmsTemplateListResponseBodySmsTemplateList() |
@NameInMap(value="AuditStatus") public String auditStatus
The approval status of the message template. Valid values:
AUDIT_STATE_PASS
@NameInMap(value="CreateDate") public String createDate
The time when the message template was created. The time is in the yyyy-MM-dd HH:mm:ss format.
example:2020-06-04 11:42:17
@NameInMap(value="OrderId") public String orderId
The ticket ID.
example:2361****
@NameInMap(value="OuterTemplateType") public Integer outerTemplateType
The type of the message template. We recommend that you specify this parameter. Valid values:
example:The template type is the same as the value of the TemplateType parameter in the AddSmsTemplate and ModifySmsTemplate operations.
0
@NameInMap(value="Reason") public QuerySmsTemplateListResponseBody.QuerySmsTemplateListResponseBodySmsTemplateListReason reason
The approval remarks.
@NameInMap(value="TemplateCode") public String templateCode
The code of the message template.
You can log on to the Short Message Service (SMS) console, click Go China or Go Globe in the left-side navigation pane, and then view the template code on the Templates tab. You can also call the AddSmsTemplate operation to obtain the template code.
example:SMS_1525***
@NameInMap(value="TemplateContent") public String templateContent
The content of the message template.
example:123456789
@NameInMap(value="TemplateName") public String templateName
The name of the message template.
example:aliyun verification code
@NameInMap(value="TemplateType") public Integer templateType
The type of the message template. Valid values:
7
public QuerySmsTemplateListResponseBodySmsTemplateList()
public static QuerySmsTemplateListResponseBody.QuerySmsTemplateListResponseBodySmsTemplateList build(Map<String,?> map) throws Exception
Exceptionpublic QuerySmsTemplateListResponseBody.QuerySmsTemplateListResponseBodySmsTemplateList setAuditStatus(String auditStatus)
public String getAuditStatus()
public QuerySmsTemplateListResponseBody.QuerySmsTemplateListResponseBodySmsTemplateList setCreateDate(String createDate)
public String getCreateDate()
public QuerySmsTemplateListResponseBody.QuerySmsTemplateListResponseBodySmsTemplateList setOrderId(String orderId)
public String getOrderId()
public QuerySmsTemplateListResponseBody.QuerySmsTemplateListResponseBodySmsTemplateList setOuterTemplateType(Integer outerTemplateType)
public Integer getOuterTemplateType()
public QuerySmsTemplateListResponseBody.QuerySmsTemplateListResponseBodySmsTemplateList setReason(QuerySmsTemplateListResponseBody.QuerySmsTemplateListResponseBodySmsTemplateListReason reason)
public QuerySmsTemplateListResponseBody.QuerySmsTemplateListResponseBodySmsTemplateListReason getReason()
public QuerySmsTemplateListResponseBody.QuerySmsTemplateListResponseBodySmsTemplateList setTemplateCode(String templateCode)
public String getTemplateCode()
public QuerySmsTemplateListResponseBody.QuerySmsTemplateListResponseBodySmsTemplateList setTemplateContent(String templateContent)
public String getTemplateContent()
public QuerySmsTemplateListResponseBody.QuerySmsTemplateListResponseBodySmsTemplateList setTemplateName(String templateName)
public String getTemplateName()
public QuerySmsTemplateListResponseBody.QuerySmsTemplateListResponseBodySmsTemplateList setTemplateType(Integer templateType)
public Integer getTemplateType()
Copyright © 2024. All rights reserved.