public static final class QuerySmsTemplateListResponseBody.SmsTemplateList.Builder extends Object
public QuerySmsTemplateListResponseBody.SmsTemplateList.Builder auditStatus(String auditStatus)
The approval status of the message template. Valid values:
AUDIT_STATE_PASS
public QuerySmsTemplateListResponseBody.SmsTemplateList.Builder createDate(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
public QuerySmsTemplateListResponseBody.SmsTemplateList.Builder orderId(String orderId)
The ticket ID.
example:2361****
public QuerySmsTemplateListResponseBody.SmsTemplateList.Builder outerTemplateType(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
public QuerySmsTemplateListResponseBody.SmsTemplateList.Builder reason(QuerySmsTemplateListResponseBody.Reason reason)
The approval remarks.
public QuerySmsTemplateListResponseBody.SmsTemplateList.Builder signatureName(String signatureName)
public QuerySmsTemplateListResponseBody.SmsTemplateList.Builder templateCode(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***
public QuerySmsTemplateListResponseBody.SmsTemplateList.Builder templateContent(String templateContent)
The content of the message template.
example:123456789
public QuerySmsTemplateListResponseBody.SmsTemplateList.Builder templateName(String templateName)
The name of the message template.
example:aliyun verification code
public QuerySmsTemplateListResponseBody.SmsTemplateList.Builder templateType(Integer templateType)
The type of the message template. Valid values:
7
public QuerySmsTemplateListResponseBody.SmsTemplateList.Builder trafficDriving(String trafficDriving)
public QuerySmsTemplateListResponseBody.SmsTemplateList build()
Copyright © 2026. All rights reserved.