public static final class GetCheckStructureResponseBody.Requirements.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetCheckStructureResponseBody.Requirements |
build() |
GetCheckStructureResponseBody.Requirements.Builder |
id(Long id)
The ID of the requirement item for the check item.
|
GetCheckStructureResponseBody.Requirements.Builder |
sections(List<GetCheckStructureResponseBody.Sections> sections)
The information about the sections of check items.
|
GetCheckStructureResponseBody.Requirements.Builder |
showName(String showName)
The display name of the requirement item for the check item.
|
GetCheckStructureResponseBody.Requirements.Builder |
totalCheckCount(Integer totalCheckCount)
The total number of check items for the requirement.
|
public GetCheckStructureResponseBody.Requirements.Builder id(Long id)
The ID of the requirement item for the check item.
example:46
public GetCheckStructureResponseBody.Requirements.Builder sections(List<GetCheckStructureResponseBody.Sections> sections)
The information about the sections of check items.
public GetCheckStructureResponseBody.Requirements.Builder showName(String showName)
The display name of the requirement item for the check item.
example:Networking
public GetCheckStructureResponseBody.Requirements.Builder totalCheckCount(Integer totalCheckCount)
The total number of check items for the requirement.
example:36
public GetCheckStructureResponseBody.Requirements build()
Copyright © 2026. All rights reserved.