Class ScanReport.FileResult.Detection.RuleDetail
-
- All Implemented Interfaces:
public final class ScanReport.FileResult.Detection.RuleDetail
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classScanReport.FileResult.Detection.RuleDetail.BuilderA builder for RuleDetail.
public final classScanReport.FileResult.Detection.RuleDetail.Statusstatus
-
Method Summary
-
-
Method Detail
-
description
final Optional<String> description()
description of the deprecation
-
status
final Optional<ScanReport.FileResult.Detection.RuleDetail.Status> status()
status
-
statusAt
final Optional<OffsetDateTime> statusAt()
date-time when the details entry was created
-
_description
final JsonField<String> _description()
Returns the raw JSON value of description.
Unlike description, this method doesn't throw if the JSON field has an unexpected type.
-
_status
final JsonField<ScanReport.FileResult.Detection.RuleDetail.Status> _status()
Returns the raw JSON value of status.
Unlike status, this method doesn't throw if the JSON field has an unexpected type.
-
_statusAt
final JsonField<OffsetDateTime> _statusAt()
Returns the raw JSON value of statusAt.
Unlike statusAt, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ScanReport.FileResult.Detection.RuleDetail.Builder toBuilder()
-
validate
final ScanReport.FileResult.Detection.RuleDetail 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.FileResult.Detection.RuleDetail.Builder builder()
Returns a mutable builder for constructing an instance of RuleDetail.
-
-
-
-