public static final class UpdateJenkinsImageRegistryPersistenceDayResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateJenkinsImageRegistryPersistenceDayResponseBody |
build() |
UpdateJenkinsImageRegistryPersistenceDayResponseBody.Builder |
data(Boolean data)
Indicates whether the request was successful.
|
UpdateJenkinsImageRegistryPersistenceDayResponseBody.Builder |
httpStatusCode(Integer httpStatusCode)
The HTTP status code returned.
|
UpdateJenkinsImageRegistryPersistenceDayResponseBody.Builder |
requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
|
UpdateJenkinsImageRegistryPersistenceDayResponseBody.Builder |
timeCost(Long timeCost)
The time consumed.
|
public UpdateJenkinsImageRegistryPersistenceDayResponseBody.Builder data(Boolean data)
Indicates whether the request was successful. Valid values:
true
public UpdateJenkinsImageRegistryPersistenceDayResponseBody.Builder httpStatusCode(Integer httpStatusCode)
The HTTP status code returned.
example:200
public UpdateJenkinsImageRegistryPersistenceDayResponseBody.Builder requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
example:69F88BA1-004C-51E2-BF5C-A3220E5A****
public UpdateJenkinsImageRegistryPersistenceDayResponseBody.Builder timeCost(Long timeCost)
The time consumed. Unit: seconds.
example:1
public UpdateJenkinsImageRegistryPersistenceDayResponseBody build()
Copyright © 2026. All rights reserved.