Class CheckListResponse
-
- All Implemented Interfaces:
public final class CheckListResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCheckListResponse.BuilderA builder for CheckListResponse.
-
Method Summary
Modifier and Type Method Description final List<Check>checks()final JsonField<List<Check>>_checks()Returns the raw JSON value of checks. final Map<String, JsonValue>_additionalProperties()final CheckListResponse.BuildertoBuilder()final CheckListResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CheckListResponse.Builderbuilder()Returns a mutable builder for constructing an instance of CheckListResponse. -
-
Method Detail
-
_checks
final JsonField<List<Check>> _checks()
Returns the raw JSON value of checks.
Unlike checks, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final CheckListResponse.Builder toBuilder()
-
validate
final CheckListResponse validate()
-
builder
final static CheckListResponse.Builder builder()
Returns a mutable builder for constructing an instance of CheckListResponse.
The following fields are required:
.checks()
-
-
-
-