Class JobListResponse.Item.Compliance
-
- All Implemented Interfaces:
public final class JobListResponse.Item.Compliance
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classJobListResponse.Item.Compliance.BuilderA builder for Compliance.
public final classJobListResponse.Item.Compliance.Status
-
Method Summary
Modifier and Type Method Description final Optional<OffsetDateTime>evaluatedAt()The datetime when the rule set was evaluated against the scan result final Optional<List<String>>ruleSetIds()A list of non-default rule sets that were used when evaluating the scan result final Optional<JobListResponse.Item.Compliance.Status>status()final JsonField<OffsetDateTime>_evaluatedAt()Returns the raw JSON value of evaluatedAt. final JsonField<List<String>>_ruleSetIds()Returns the raw JSON value of ruleSetIds. final JsonField<JobListResponse.Item.Compliance.Status>_status()Returns the raw JSON value of status. final Map<String, JsonValue>_additionalProperties()final JobListResponse.Item.Compliance.BuildertoBuilder()final JobListResponse.Item.Compliancevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static JobListResponse.Item.Compliance.Builderbuilder()Returns a mutable builder for constructing an instance of Compliance. -
-
Method Detail
-
evaluatedAt
final Optional<OffsetDateTime> evaluatedAt()
The datetime when the rule set was evaluated against the scan result
-
ruleSetIds
final Optional<List<String>> ruleSetIds()
A list of non-default rule sets that were used when evaluating the scan result
-
status
final Optional<JobListResponse.Item.Compliance.Status> status()
-
_evaluatedAt
final JsonField<OffsetDateTime> _evaluatedAt()
Returns the raw JSON value of evaluatedAt.
Unlike evaluatedAt, this method doesn't throw if the JSON field has an unexpected type.
-
_ruleSetIds
final JsonField<List<String>> _ruleSetIds()
Returns the raw JSON value of ruleSetIds.
Unlike ruleSetIds, this method doesn't throw if the JSON field has an unexpected type.
-
_status
final JsonField<JobListResponse.Item.Compliance.Status> _status()
Returns the raw JSON value of status.
Unlike status, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final JobListResponse.Item.Compliance.Builder toBuilder()
-
validate
final JobListResponse.Item.Compliance validate()
-
builder
final static JobListResponse.Item.Compliance.Builder builder()
Returns a mutable builder for constructing an instance of Compliance.
-
-
-
-