public static final class ModifyPostPayModuleSwitchResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ModifyPostPayModuleSwitchResponseBody |
build() |
ModifyPostPayModuleSwitchResponseBody.Builder |
code(String code)
Result code, 200 indicates success.
|
ModifyPostPayModuleSwitchResponseBody.Builder |
httpStatusCode(Integer httpStatusCode)
The HTTP status code of the request data result.
|
ModifyPostPayModuleSwitchResponseBody.Builder |
message(String message)
The response message from the request.
|
ModifyPostPayModuleSwitchResponseBody.Builder |
requestId(String requestId)
The ID of this call request, which is a unique identifier generated by Alibaba Cloud for this request and can be used for troubleshooting and problem localization.
|
ModifyPostPayModuleSwitchResponseBody.Builder |
success(Boolean success)
The result status of the API call.
|
public ModifyPostPayModuleSwitchResponseBody.Builder code(String code)
Result code, 200 indicates success. Any other value indicates failure, and the caller can use this field to determine the reason for the failure.
example:200
public ModifyPostPayModuleSwitchResponseBody.Builder httpStatusCode(Integer httpStatusCode)
The HTTP status code of the request data result.
example:200
public ModifyPostPayModuleSwitchResponseBody.Builder message(String message)
The response message from the request.
example:successful
public ModifyPostPayModuleSwitchResponseBody.Builder requestId(String requestId)
The ID of this call request, which is a unique identifier generated by Alibaba Cloud for this request and can be used for troubleshooting and problem localization.
example:ACF97412-FD09-4D1F-994F-34DF12BREF20
public ModifyPostPayModuleSwitchResponseBody.Builder success(Boolean success)
The result status of the API call. Values:
true
public ModifyPostPayModuleSwitchResponseBody build()
Copyright © 2026. All rights reserved.