public static final class SetResellerUserStatusResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
SetResellerUserStatusResponseBody |
build() |
SetResellerUserStatusResponseBody.Builder |
code(String code)
The error code returned if the call failed.
|
SetResellerUserStatusResponseBody.Builder |
data(Boolean data)
Indicates whether the request is successful.
|
SetResellerUserStatusResponseBody.Builder |
message(String message)
The message returned.
|
SetResellerUserStatusResponseBody.Builder |
requestId(String requestId)
The ID of the request.
|
SetResellerUserStatusResponseBody.Builder |
success(Boolean success)
Indicates whether the call is successful.
|
public SetResellerUserStatusResponseBody.Builder code(String code)
The error code returned if the call failed. For more information, see the "Error codes" section of this topic.
example:200
public SetResellerUserStatusResponseBody.Builder data(Boolean data)
Indicates whether the request is successful.
example:true
public SetResellerUserStatusResponseBody.Builder message(String message)
The message returned.
example:Successful!
public SetResellerUserStatusResponseBody.Builder requestId(String requestId)
The ID of the request.
example:F5B803CF-94D8-43AF-ADB3-D819AAD30E27
public SetResellerUserStatusResponseBody.Builder success(Boolean success)
Indicates whether the call is successful. A value of true indicates that the call is successful. A value of false indicates that the call failed.
example:true
public SetResellerUserStatusResponseBody build()
Copyright © 2026. All rights reserved.