public static final class ListCheckResultResponseBody.CheckPolicies.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListCheckResultResponseBody.CheckPolicies |
build() |
ListCheckResultResponseBody.CheckPolicies.Builder |
requirementId(Long requirementId)
The ID of the requirement item for the check item.
|
ListCheckResultResponseBody.CheckPolicies.Builder |
requirementShowName(String requirementShowName)
The display name of the requirement item for the check item.
|
ListCheckResultResponseBody.CheckPolicies.Builder |
sectionId(Long sectionId)
The ID of the section for the check item.
|
ListCheckResultResponseBody.CheckPolicies.Builder |
sectionShowName(String sectionShowName)
The display name of the section for the check item.
|
ListCheckResultResponseBody.CheckPolicies.Builder |
standardId(Long standardId)
The standard ID of the check item.
|
ListCheckResultResponseBody.CheckPolicies.Builder |
standardShowName(String standardShowName)
The standard display name of the check item.
|
public ListCheckResultResponseBody.CheckPolicies.Builder requirementId(Long requirementId)
The ID of the requirement item for the check item.
example:2
public ListCheckResultResponseBody.CheckPolicies.Builder requirementShowName(String requirementShowName)
The display name of the requirement item for the check item.
example:Alibaba cloud OSS best security practices
public ListCheckResultResponseBody.CheckPolicies.Builder sectionId(Long sectionId)
The ID of the section for the check item.
example:3
public ListCheckResultResponseBody.CheckPolicies.Builder sectionShowName(String sectionShowName)
The display name of the section for the check item.
example:Log Audit
public ListCheckResultResponseBody.CheckPolicies.Builder standardId(Long standardId)
The standard ID of the check item.
example:1
public ListCheckResultResponseBody.CheckPolicies.Builder standardShowName(String standardShowName)
The standard display name of the check item.
example:Best security practices
public ListCheckResultResponseBody.CheckPolicies build()
Copyright © 2026. All rights reserved.