Class ScanReport.Compliance
-
- All Implemented Interfaces:
public final class ScanReport.Compliance
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classScanReport.Compliance.BuilderA builder for Compliance.
public final classScanReport.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<ScanReport.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<ScanReport.Compliance.Status>_status()Returns the raw JSON value of status. final Map<String, JsonValue>_additionalProperties()final ScanReport.Compliance.BuildertoBuilder()final ScanReport.Compliancevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ScanReport.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<ScanReport.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<ScanReport.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 ScanReport.Compliance.Builder toBuilder()
-
validate
final ScanReport.Compliance 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 ScanReport.Compliance.Builder builder()
Returns a mutable builder for constructing an instance of Compliance.
-
-
-
-