public static final class ReleasePostInstanceResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ReleasePostInstanceResponseBody |
build() |
ReleasePostInstanceResponseBody.Builder |
httpStatusCode(Integer httpStatusCode)
The HTTP status code.
|
ReleasePostInstanceResponseBody.Builder |
releaseStatus(Boolean releaseStatus)
Indicates whether the release was successful.
|
ReleasePostInstanceResponseBody.Builder |
requestId(String requestId)
The request ID, which is used to locate and troubleshoot issues.
|
ReleasePostInstanceResponseBody.Builder |
success(Boolean success)
Indicates whether the request was successful.
|
public ReleasePostInstanceResponseBody.Builder httpStatusCode(Integer httpStatusCode)
The HTTP status code.
example:200
public ReleasePostInstanceResponseBody.Builder releaseStatus(Boolean releaseStatus)
Indicates whether the release was successful. Valid values:
true
public ReleasePostInstanceResponseBody.Builder requestId(String requestId)
The request ID, which is used to locate and troubleshoot issues.
example:EE316A19-xxxx-5043-9DF1-C04458ABC570
public ReleasePostInstanceResponseBody.Builder success(Boolean success)
Indicates whether the request was successful.
example:true
public ReleasePostInstanceResponseBody build()
Copyright © 2026. All rights reserved.