public static final class UpdateGatewayServiceCheckResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateGatewayServiceCheckResponseBody |
build() |
UpdateGatewayServiceCheckResponseBody.Builder |
code(Integer code)
The response code.
|
UpdateGatewayServiceCheckResponseBody.Builder |
data(Long data)
The service ID of the operation.
|
UpdateGatewayServiceCheckResponseBody.Builder |
httpStatusCode(Integer httpStatusCode)
The HTTP status code returned.
|
UpdateGatewayServiceCheckResponseBody.Builder |
message(String message)
The message returned.
|
UpdateGatewayServiceCheckResponseBody.Builder |
requestId(String requestId)
The request ID.
|
UpdateGatewayServiceCheckResponseBody.Builder |
success(Boolean success)
Indicates whether the request was successful.
|
public UpdateGatewayServiceCheckResponseBody.Builder code(Integer code)
The response code. The status code 200 indicates that the request was successful.
example:200
public UpdateGatewayServiceCheckResponseBody.Builder data(Long data)
The service ID of the operation.
example:12
public UpdateGatewayServiceCheckResponseBody.Builder httpStatusCode(Integer httpStatusCode)
The HTTP status code returned.
example:200
public UpdateGatewayServiceCheckResponseBody.Builder message(String message)
The message returned.
example:OK
public UpdateGatewayServiceCheckResponseBody.Builder requestId(String requestId)
The request ID.
example:62CBFCB8-DDC6-588C-BF1B-88828AF*****
public UpdateGatewayServiceCheckResponseBody.Builder success(Boolean success)
Indicates whether the request was successful. Valid values: true and false.
example:true
public UpdateGatewayServiceCheckResponseBody build()
Copyright © 2026. All rights reserved.