public static final class GetServiceListPageResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetServiceListPageResponseBody |
build() |
GetServiceListPageResponseBody.Builder |
data(GetServiceListPageResponseBody.Data data)
The response to the request.
|
GetServiceListPageResponseBody.Builder |
message(String message)
The request information.
|
GetServiceListPageResponseBody.Builder |
requestId(String requestId)
The request ID.
|
GetServiceListPageResponseBody.Builder |
success(Boolean success)
Indicates whether the request was successful.
|
public GetServiceListPageResponseBody.Builder data(GetServiceListPageResponseBody.Data data)
The response to the request.
public GetServiceListPageResponseBody.Builder message(String message)
The request information.
example:OK
public GetServiceListPageResponseBody.Builder requestId(String requestId)
The request ID.
example:A2F946FB-F2E3-5BF4-8CBE-xxxxxxxx
public GetServiceListPageResponseBody.Builder success(Boolean success)
Indicates whether the request was successful.
example:True
public GetServiceListPageResponseBody build()
Copyright © 2026. All rights reserved.