public class GetSmsTemplateResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GetSmsTemplateResponseBody.GetSmsTemplateResponseBodyAuditInfo |
static class |
GetSmsTemplateResponseBody.GetSmsTemplateResponseBodyFileUrlList |
static class |
GetSmsTemplateResponseBody.GetSmsTemplateResponseBodyMoreDataFileUrlList |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
applyScene
Application scenario content.
|
GetSmsTemplateResponseBody.GetSmsTemplateResponseBodyAuditInfo |
auditInfo
Audit information.
|
String |
code
Request status code.
|
String |
createDate
The time when the SMS template was created.
|
GetSmsTemplateResponseBody.GetSmsTemplateResponseBodyFileUrlList |
fileUrlList
|
String |
message
Description of the status code.
|
GetSmsTemplateResponseBody.GetSmsTemplateResponseBodyMoreDataFileUrlList |
moreDataFileUrlList
Additional documentation information, supplementing uploaded business proof files or operational screenshots file list.
|
String |
orderId
Work order number.
|
String |
relatedSignName
The SMS signature associated with the template when applied.
|
String |
remark
Explanation for the SMS template application, which is one of the reference information for template review.
|
String |
requestId
The ID of this call request, which is a unique identifier generated by Alibaba Cloud for the request and can be used for troubleshooting and issue定位.
|
String |
templateCode
SMS template code.
|
String |
templateContent
Content of the SMS template.
|
String |
templateName
Name of the SMS template.
|
String |
templateStatus
Template review status.
|
Integer |
templateTag
Template identifier, indicating whether the template is user-defined or system-provided.
|
String |
templateType
SMS type.
|
String |
variableAttribute
Template variable rules.
|
| 构造器和说明 |
|---|
GetSmsTemplateResponseBody() |
@NameInMap(value="ApplyScene") public String applyScene
Application scenario content.
example:@NameInMap(value="AuditInfo") public GetSmsTemplateResponseBody.GetSmsTemplateResponseBodyAuditInfo auditInfo
Audit information.
@NameInMap(value="Code") public String code
Request status code.
OK
@NameInMap(value="CreateDate") public String createDate
The time when the SMS template was created.
example:2024-06-03 10:02:34
@NameInMap(value="FileUrlList") public GetSmsTemplateResponseBody.GetSmsTemplateResponseBodyFileUrlList fileUrlList
File information, compatible with signatures created by the AddSmsSign API.
@NameInMap(value="IntlType") public Integer intlType
International/Hong Kong, Macao, and Taiwan template type. When the TemplateType parameter is 3, this parameter is required for international/Hong Kong, Macao, and Taiwan templates, with values:
0
@NameInMap(value="Message") public String message
Description of the status code.
example:OK
@NameInMap(value="MoreDataFileUrlList") public GetSmsTemplateResponseBody.GetSmsTemplateResponseBodyMoreDataFileUrlList moreDataFileUrlList
Additional documentation information, supplementing uploaded business proof files or operational screenshots file list.
@NameInMap(value="OrderId") public String orderId
Work order number.
This parameter is used by auditors when querying the audit. You need to provide this work order number when requesting expedited review.
example:2003019****
@NameInMap(value="RelatedSignName") public String relatedSignName
The SMS signature associated with the template when applied.
example:阿里云
@NameInMap(value="Remark") public String remark
Explanation for the SMS template application, which is one of the reference information for template review.
example:申请验证码模板
@NameInMap(value="RequestId") public String requestId
The ID of this call request, which is a unique identifier generated by Alibaba Cloud for the request and can be used for troubleshooting and issue定位.
example:819BE656-D2E0-4858-8B21-B2E47708****
@NameInMap(value="TemplateCode") public String templateCode
SMS template code.
example:SMS_20375****
@NameInMap(value="TemplateContent") public String templateContent
Content of the SMS template.
example:您正在申请手机注册,验证码为:${code},5分钟内有效!
@NameInMap(value="TemplateName") public String templateName
Name of the SMS template.
example:验证码
@NameInMap(value="TemplateStatus") public String templateStatus
Template review status. Return values:
2
@NameInMap(value="TemplateTag") public Integer templateTag
Template identifier, indicating whether the template is user-defined or system-provided. Values:
2: User-defined template.
3: System-provided template.
2
@NameInMap(value="TemplateType") public String templateType
SMS type. Values:
example:Only enterprise-certified users can apply for promotional SMS and international/Hong Kong, Macao, and Taiwan messages. For details on the differences between personal and enterprise user rights, please refer to Usage Notes.
0
@NameInMap(value="VariableAttribute") public String variableAttribute
Template variable rules.
For detailed rules of template variables, refer to the Example Document.
example:{"code":"characterWithNumber"}
public static GetSmsTemplateResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetSmsTemplateResponseBody setApplyScene(String applyScene)
public String getApplyScene()
public GetSmsTemplateResponseBody setAuditInfo(GetSmsTemplateResponseBody.GetSmsTemplateResponseBodyAuditInfo auditInfo)
public GetSmsTemplateResponseBody.GetSmsTemplateResponseBodyAuditInfo getAuditInfo()
public GetSmsTemplateResponseBody setCode(String code)
public String getCode()
public GetSmsTemplateResponseBody setCreateDate(String createDate)
public String getCreateDate()
public GetSmsTemplateResponseBody setFileUrlList(GetSmsTemplateResponseBody.GetSmsTemplateResponseBodyFileUrlList fileUrlList)
public GetSmsTemplateResponseBody.GetSmsTemplateResponseBodyFileUrlList getFileUrlList()
public GetSmsTemplateResponseBody setIntlType(Integer intlType)
public Integer getIntlType()
public GetSmsTemplateResponseBody setMessage(String message)
public String getMessage()
public GetSmsTemplateResponseBody setMoreDataFileUrlList(GetSmsTemplateResponseBody.GetSmsTemplateResponseBodyMoreDataFileUrlList moreDataFileUrlList)
public GetSmsTemplateResponseBody.GetSmsTemplateResponseBodyMoreDataFileUrlList getMoreDataFileUrlList()
public GetSmsTemplateResponseBody setOrderId(String orderId)
public String getOrderId()
public GetSmsTemplateResponseBody setRelatedSignName(String relatedSignName)
public String getRelatedSignName()
public GetSmsTemplateResponseBody setRemark(String remark)
public String getRemark()
public GetSmsTemplateResponseBody setRequestId(String requestId)
public String getRequestId()
public GetSmsTemplateResponseBody setTemplateCode(String templateCode)
public String getTemplateCode()
public GetSmsTemplateResponseBody setTemplateContent(String templateContent)
public String getTemplateContent()
public GetSmsTemplateResponseBody setTemplateName(String templateName)
public String getTemplateName()
public GetSmsTemplateResponseBody setTemplateStatus(String templateStatus)
public String getTemplateStatus()
public GetSmsTemplateResponseBody setTemplateTag(Integer templateTag)
public Integer getTemplateTag()
public GetSmsTemplateResponseBody setTemplateType(String templateType)
public String getTemplateType()
public GetSmsTemplateResponseBody setVariableAttribute(String variableAttribute)
public String getVariableAttribute()
Copyright © 2024. All rights reserved.