public class CreateSmsTemplateResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code
Request status code.
|
String |
message
Description of the status code.
|
String |
orderId
Work order ID.
|
String |
requestId
The ID generated by Alibaba Cloud for this request, which is a unique identifier that can be used for troubleshooting and issue定位.
|
String |
templateCode
SMS template code.
|
String |
templateName
SMS template name.
|
| 构造器和说明 |
|---|
CreateSmsTemplateResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateSmsTemplateResponseBody |
build(Map<String,?> map) |
String |
getCode() |
String |
getMessage() |
String |
getOrderId() |
String |
getRequestId() |
String |
getTemplateCode() |
String |
getTemplateName() |
CreateSmsTemplateResponseBody |
setCode(String code) |
CreateSmsTemplateResponseBody |
setMessage(String message) |
CreateSmsTemplateResponseBody |
setOrderId(String orderId) |
CreateSmsTemplateResponseBody |
setRequestId(String requestId) |
CreateSmsTemplateResponseBody |
setTemplateCode(String templateCode) |
CreateSmsTemplateResponseBody |
setTemplateName(String templateName) |
@NameInMap(value="Code") public String code
Request status code.
OK
@NameInMap(value="Message") public String message
Description of the status code.
example:successful
@NameInMap(value="OrderId") public String orderId
Work order ID.
This parameter is used by auditors when querying audits. If you need expedited review, you must provide this work order number.
example:2005020****
@NameInMap(value="RequestId") public String requestId
The ID generated by Alibaba Cloud for this request, which is a unique identifier that can be used for troubleshooting and issue定位.
example:F655A8D5-B967-440B-8683-DAD6FF8DE990
@NameInMap(value="TemplateCode") public String templateCode
SMS template code.
After submitting the template application, you can use the SMS template code to query the template audit details via the GetSmsTemplate API. You can also configure delivery receipts, and obtain the template audit status messages through TemplateSmsReport.
example:SMS_10000****
@NameInMap(value="TemplateName") public String templateName
SMS template name.
example:aliyunCode
public static CreateSmsTemplateResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic CreateSmsTemplateResponseBody setCode(String code)
public String getCode()
public CreateSmsTemplateResponseBody setMessage(String message)
public String getMessage()
public CreateSmsTemplateResponseBody setOrderId(String orderId)
public String getOrderId()
public CreateSmsTemplateResponseBody setRequestId(String requestId)
public String getRequestId()
public CreateSmsTemplateResponseBody setTemplateCode(String templateCode)
public String getTemplateCode()
public CreateSmsTemplateResponseBody setTemplateName(String templateName)
public String getTemplateName()
Copyright © 2024. All rights reserved.