public static final class GetCheckConfigResponseBody.Standards.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetCheckConfigResponseBody.Standards |
build() |
GetCheckConfigResponseBody.Standards.Builder |
id(Long id)
The ID of the check item.
|
GetCheckConfigResponseBody.Standards.Builder |
showName(String showName)
The name of the check item.
|
GetCheckConfigResponseBody.Standards.Builder |
status(String status)
The status of the check item.
|
GetCheckConfigResponseBody.Standards.Builder |
type(String type)
The type of the check item.
|
public GetCheckConfigResponseBody.Standards.Builder id(Long id)
The ID of the check item.
example:1
public GetCheckConfigResponseBody.Standards.Builder showName(String showName)
The name of the check item.
example:Cloud service configuration management
public GetCheckConfigResponseBody.Standards.Builder status(String status)
The status of the check item. Valid values:
ON
public GetCheckConfigResponseBody.Standards.Builder type(String type)
The type of the check item. Valid values:
RISK
public GetCheckConfigResponseBody.Standards build()
Copyright © 2026. All rights reserved.