public static final class UpdateAuthPolicyResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateAuthPolicyResponseBody |
build() |
UpdateAuthPolicyResponseBody.Builder |
code(Integer code)
The response code.
|
UpdateAuthPolicyResponseBody.Builder |
data(String data)
The details of the data.
|
UpdateAuthPolicyResponseBody.Builder |
httpStatusCode(Integer httpStatusCode)
The HTTP status code.
|
UpdateAuthPolicyResponseBody.Builder |
message(String message)
The returned message.
|
UpdateAuthPolicyResponseBody.Builder |
requestId(String requestId)
The request ID.
|
UpdateAuthPolicyResponseBody.Builder |
success(Boolean success)
Indicates whether the request was successful.
|
public UpdateAuthPolicyResponseBody.Builder code(Integer code)
The response code.
example:500
public UpdateAuthPolicyResponseBody.Builder data(String data)
The details of the data.
example:{}
public UpdateAuthPolicyResponseBody.Builder httpStatusCode(Integer httpStatusCode)
The HTTP status code.
example:200
public UpdateAuthPolicyResponseBody.Builder message(String message)
The returned message.
public UpdateAuthPolicyResponseBody.Builder requestId(String requestId)
The request ID.
example:83E3909D-D26F-5D97-B73B-407A26***
public UpdateAuthPolicyResponseBody.Builder success(Boolean success)
Indicates whether the request was successful. Valid values: true: The request was successful. false: The request failed.
example:true
public UpdateAuthPolicyResponseBody build()
Copyright © 2026. All rights reserved.