public static final class UpdateSmsSignResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateSmsSignResponseBody |
build() |
UpdateSmsSignResponseBody.Builder |
code(String code)
Request status code.
|
UpdateSmsSignResponseBody.Builder |
message(String message)
Description of the status code.
|
UpdateSmsSignResponseBody.Builder |
orderId(String orderId)
Work order number.
|
UpdateSmsSignResponseBody.Builder |
requestId(String requestId)
The ID of this call request, uniquely generated by Alibaba Cloud, which can be used for troubleshooting and issue localization.
|
UpdateSmsSignResponseBody.Builder |
signName(String signName)
The modified signature name.
|
public UpdateSmsSignResponseBody.Builder code(String code)
Request status code.
OK
public UpdateSmsSignResponseBody.Builder message(String message)
Description of the status code.
example:OK
public UpdateSmsSignResponseBody.Builder orderId(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****
public UpdateSmsSignResponseBody.Builder requestId(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
public UpdateSmsSignResponseBody.Builder signName(String signName)
The modified signature name.
example:登录验证
public UpdateSmsSignResponseBody build()
Copyright © 2026. All rights reserved.