Class FileScanReport
-
- All Implemented Interfaces:
public final class FileScanReport
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFileScanReport.BuilderA builder for FileScanReport.
public final classFileScanReport.FileResult
-
Method Summary
Modifier and Type Method Description final Optional<List<FileScanReport.FileResult>>fileResults()final JsonField<List<FileScanReport.FileResult>>_fileResults()Returns the raw JSON value of fileResults. final Map<String, JsonValue>_additionalProperties()final FileScanReport.BuildertoBuilder()final FileScanReportvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FileScanReport.Builderbuilder()Returns a mutable builder for constructing an instance of FileScanReport. -
-
Method Detail
-
fileResults
final Optional<List<FileScanReport.FileResult>> fileResults()
-
_fileResults
final JsonField<List<FileScanReport.FileResult>> _fileResults()
Returns the raw JSON value of fileResults.
Unlike fileResults, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final FileScanReport.Builder toBuilder()
-
validate
final FileScanReport 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.Builder builder()
Returns a mutable builder for constructing an instance of FileScanReport.
-
-
-
-