public static final class ListVulAutoRepairConfigResponseBody.Builder extends Object
public ListVulAutoRepairConfigResponseBody.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 ListVulAutoRepairConfigResponseBody.Builder httpStatusCode(Integer httpStatusCode)
The HTTP status code returned.
example:200
public ListVulAutoRepairConfigResponseBody.Builder message(String message)
The error message returned.
example:success
public ListVulAutoRepairConfigResponseBody.Builder pageInfo(ListVulAutoRepairConfigResponseBody.PageInfo pageInfo)
The pagination information.
public ListVulAutoRepairConfigResponseBody.Builder requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
example:3B3F3A90-46A5-4023-A2D8-D68B14262F96
public ListVulAutoRepairConfigResponseBody.Builder success(Boolean success)
Indicates whether the request was successful. Valid values:
true
public ListVulAutoRepairConfigResponseBody.Builder vulAutoRepairConfigList(List<ListVulAutoRepairConfigResponseBody.VulAutoRepairConfigList> vulAutoRepairConfigList)
An array consisting of the existing configurations of vulnerabilities that can be automatically fixed.
public ListVulAutoRepairConfigResponseBody build()
Copyright © 2026. All rights reserved.