public static final class DeleteGroupResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteGroupResponseBody |
build() |
DeleteGroupResponseBody.Builder |
code(String code)
The status code returned.
|
DeleteGroupResponseBody.Builder |
requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
|
public DeleteGroupResponseBody.Builder code(String code)
The status code returned. The status code 200 indicates that the request was successful. Other status codes indicate that the request failed. You can identify the cause of the failure based on the status code.
example:200
public DeleteGroupResponseBody.Builder requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
example:7E0618A9-D5EF-4220-9471-C42B5E92719F
public DeleteGroupResponseBody build()
Copyright © 2026. All rights reserved.