public static final class UpdateJenkinsImageRegistryNameResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateJenkinsImageRegistryNameResponseBody |
build() |
UpdateJenkinsImageRegistryNameResponseBody.Builder |
data(Boolean data)
The result of the operation.
|
UpdateJenkinsImageRegistryNameResponseBody.Builder |
httpStatusCode(Integer httpStatusCode)
The HTTP status code returned.
|
UpdateJenkinsImageRegistryNameResponseBody.Builder |
requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
|
UpdateJenkinsImageRegistryNameResponseBody.Builder |
timeCost(Long timeCost)
The time consumed.
|
public UpdateJenkinsImageRegistryNameResponseBody.Builder data(Boolean data)
The result of the operation. Valid values:
true
public UpdateJenkinsImageRegistryNameResponseBody.Builder httpStatusCode(Integer httpStatusCode)
The HTTP status code returned.
example:200
public UpdateJenkinsImageRegistryNameResponseBody.Builder requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
example:4347E985-6E64-467B-96EC-30D4EA9E****
public UpdateJenkinsImageRegistryNameResponseBody.Builder timeCost(Long timeCost)
The time consumed. Unit: seconds.
example:1
public UpdateJenkinsImageRegistryNameResponseBody build()
Copyright © 2026. All rights reserved.