Class FileScanReport.FileResult.Detection.RuleDetail
-
- All Implemented Interfaces:
public final class FileScanReport.FileResult.Detection.RuleDetail
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFileScanReport.FileResult.Detection.RuleDetail.BuilderA builder for RuleDetail.
public final classFileScanReport.FileResult.Detection.RuleDetail.Statusstatus
-
Method Summary
-
-
Method Detail
-
description
final Optional<String> description()
description of the deprecation
-
status
final Optional<FileScanReport.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<FileScanReport.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 FileScanReport.FileResult.Detection.RuleDetail.Builder toBuilder()
-
validate
final FileScanReport.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 FileScanReport.FileResult.Detection.RuleDetail.Builder builder()
Returns a mutable builder for constructing an instance of RuleDetail.
-
-
-
-