public class CreateSmsSignResponseBody
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 for troubleshooting and issue localization.
|
String |
signName
Signature name.
|
| 构造器和说明 |
|---|
CreateSmsSignResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateSmsSignResponseBody |
build(Map<String,?> map) |
String |
getCode() |
String |
getMessage() |
String |
getOrderId() |
String |
getRequestId() |
String |
getSignName() |
CreateSmsSignResponseBody |
setCode(String code) |
CreateSmsSignResponseBody |
setMessage(String message) |
CreateSmsSignResponseBody |
setOrderId(String orderId) |
CreateSmsSignResponseBody |
setRequestId(String requestId) |
CreateSmsSignResponseBody |
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:successful
@NameInMap(value="OrderId") public String orderId
Work order number.
This parameter is used by auditors when querying the audit. You will need to provide this work order number if you require expedited review.
example:2004415****
@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 localization.
example:CCA2BCFF-2BA7-427C-90EE-AC6994748607
@NameInMap(value="SignName") public String signName
Signature name.
example:Aliyun
public static CreateSmsSignResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic CreateSmsSignResponseBody setCode(String code)
public String getCode()
public CreateSmsSignResponseBody setMessage(String message)
public String getMessage()
public CreateSmsSignResponseBody setOrderId(String orderId)
public String getOrderId()
public CreateSmsSignResponseBody setRequestId(String requestId)
public String getRequestId()
public CreateSmsSignResponseBody setSignName(String signName)
public String getSignName()
Copyright © 2024. All rights reserved.