Class Check
-
- All Implemented Interfaces:
public final class Check
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCheck.BuilderA builder for Check.
-
Method Summary
Modifier and Type Method Description final BaseChecktoBaseCheck()final Stringid()final BaseCheck.Statusstatus()final BaseCheck.Typetype()final Longupdated()final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<BaseCheck.Status>_status()Returns the raw JSON value of status. final JsonField<BaseCheck.Type>_type()Returns the raw JSON value of type. final JsonField<Long>_updated()Returns the raw JSON value of updated. final Map<String, JsonValue>_additionalProperties()final Check.BuildertoBuilder()final Checkvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Check.Builderbuilder()Returns a mutable builder for constructing an instance of Check. -
-
Method Detail
-
toBaseCheck
final BaseCheck toBaseCheck()
-
status
final BaseCheck.Status status()
-
type
final BaseCheck.Type type()
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_status
final JsonField<BaseCheck.Status> _status()
Returns the raw JSON value of status.
Unlike status, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<BaseCheck.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_updated
final JsonField<Long> _updated()
Returns the raw JSON value of updated.
Unlike updated, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final Check.Builder toBuilder()
-
validate
final Check 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 Check.Builder builder()
Returns a mutable builder for constructing an instance of Check.
The following fields are required:
.id() .status() .type() .updated()
-
-
-
-