public class UpdateSmsSignResponseBody
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, uniquely generated by Alibaba Cloud, which can be used for troubleshooting and issue localization.
|
String |
signName
The modified signature name.
|
| 构造器和说明 |
|---|
UpdateSmsSignResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateSmsSignResponseBody |
build(Map<String,?> map) |
String |
getCode() |
String |
getMessage() |
String |
getOrderId() |
String |
getRequestId() |
String |
getSignName() |
UpdateSmsSignResponseBody |
setCode(String code) |
UpdateSmsSignResponseBody |
setMessage(String message) |
UpdateSmsSignResponseBody |
setOrderId(String orderId) |
UpdateSmsSignResponseBody |
setRequestId(String requestId) |
UpdateSmsSignResponseBody |
setSignName(String signName) |
@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 for expedited review.
example:2004417****
@NameInMap(value="RequestId") public String requestId
The ID of this call request, uniquely generated by Alibaba Cloud, which can be used for troubleshooting and issue localization.
example:A90E4451-FED7-49D2-87C8-00700A8C4D0D
@NameInMap(value="SignName") public String signName
The modified signature name.
example:登录验证
public static UpdateSmsSignResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic UpdateSmsSignResponseBody setCode(String code)
public String getCode()
public UpdateSmsSignResponseBody setMessage(String message)
public String getMessage()
public UpdateSmsSignResponseBody setOrderId(String orderId)
public String getOrderId()
public UpdateSmsSignResponseBody setRequestId(String requestId)
public String getRequestId()
public UpdateSmsSignResponseBody setSignName(String signName)
public String getSignName()
Copyright © 2024. All rights reserved.