public class UpdateSmsTemplateResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code
Request status code.
|
String |
message
Description of the status code.
|
String |
orderId
Work order number.
|
String |
requestId
The ID of this call request, which is a unique identifier generated by Alibaba Cloud for the request and can be used to troubleshoot and locate issues.
|
String |
templateCode
Code of the SMS template.
|
String |
templateName
Name of the SMS template.
|
| 构造器和说明 |
|---|
UpdateSmsTemplateResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateSmsTemplateResponseBody |
build(Map<String,?> map) |
String |
getCode() |
String |
getMessage() |
String |
getOrderId() |
String |
getRequestId() |
String |
getTemplateCode() |
String |
getTemplateName() |
UpdateSmsTemplateResponseBody |
setCode(String code) |
UpdateSmsTemplateResponseBody |
setMessage(String message) |
UpdateSmsTemplateResponseBody |
setOrderId(String orderId) |
UpdateSmsTemplateResponseBody |
setRequestId(String requestId) |
UpdateSmsTemplateResponseBody |
setTemplateCode(String templateCode) |
UpdateSmsTemplateResponseBody |
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:OK
@NameInMap(value="OrderId") public String orderId
Work order number.
This parameter is used by auditors when querying audits. You need to provide this work order number when requesting expedited review.
example:20041271****
@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 to troubleshoot and locate issues.
example:819BE656-D2E0-4858-8B21-B2E477085AAF
@NameInMap(value="TemplateCode") public String templateCode
Code of the SMS template.
example:SMS_152550****
@NameInMap(value="TemplateName") public String templateName
Name of the SMS template.
example:验证码
public static UpdateSmsTemplateResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic UpdateSmsTemplateResponseBody setCode(String code)
public String getCode()
public UpdateSmsTemplateResponseBody setMessage(String message)
public String getMessage()
public UpdateSmsTemplateResponseBody setOrderId(String orderId)
public String getOrderId()
public UpdateSmsTemplateResponseBody setRequestId(String requestId)
public String getRequestId()
public UpdateSmsTemplateResponseBody setTemplateCode(String templateCode)
public String getTemplateCode()
public UpdateSmsTemplateResponseBody setTemplateName(String templateName)
public String getTemplateName()
Copyright © 2024. All rights reserved.