Class CheckUpdateResponse
-
- All Implemented Interfaces:
public final class CheckUpdateResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCheckUpdateResponse.BuilderA builder for CheckUpdateResponse.
-
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 CheckUpdateResponse.BuildertoBuilder()final CheckUpdateResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CheckUpdateResponse.Builderbuilder()Returns a mutable builder for constructing an instance of CheckUpdateResponse. -
-
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 CheckUpdateResponse.Builder toBuilder()
-
validate
final CheckUpdateResponse validate()
-
builder
final static CheckUpdateResponse.Builder builder()
Returns a mutable builder for constructing an instance of CheckUpdateResponse.
The following fields are required:
.checks()
-
-
-
-