public static final class SetResellerUserQuotaResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
SetResellerUserQuotaResponseBody |
build() |
SetResellerUserQuotaResponseBody.Builder |
code(String code)
The error code returned if the call failed.
|
SetResellerUserQuotaResponseBody.Builder |
data(Boolean data)
Indicates whether the request is successful.
|
SetResellerUserQuotaResponseBody.Builder |
message(String message)
The message returned.
|
SetResellerUserQuotaResponseBody.Builder |
requestId(String requestId)
The ID of the request.
|
SetResellerUserQuotaResponseBody.Builder |
success(Boolean success)
Indicates whether the call is successful.
|
public SetResellerUserQuotaResponseBody.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 SetResellerUserQuotaResponseBody.Builder data(Boolean data)
Indicates whether the request is successful.
example:true
public SetResellerUserQuotaResponseBody.Builder message(String message)
The message returned.
example:Successful!
public SetResellerUserQuotaResponseBody.Builder requestId(String requestId)
The ID of the request.
example:F5B803CF-94D8-43AF-ADB3-D819AAD30E27
public SetResellerUserQuotaResponseBody.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 SetResellerUserQuotaResponseBody build()
Copyright © 2026. All rights reserved.