Class CheckUpdateParams.Body
-
- All Implemented Interfaces:
public final class CheckUpdateParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCheckUpdateParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final List<BaseCheck>checks()final JsonField<List<BaseCheck>>_checks()Returns the raw JSON value of checks. final Map<String, JsonValue>_additionalProperties()final CheckUpdateParams.Body.BuildertoBuilder()final CheckUpdateParams.Bodyvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CheckUpdateParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
_checks
final JsonField<List<BaseCheck>> _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 CheckUpdateParams.Body.Builder toBuilder()
-
validate
final CheckUpdateParams.Body validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static CheckUpdateParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.checks()
-
-
-
-