Class ScanJob.Inventory.ScanTarget.DeepScan.File
-
- All Implemented Interfaces:
public final class ScanJob.Inventory.ScanTarget.DeepScan.File
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classScanJob.Inventory.ScanTarget.DeepScan.File.BuilderA builder for File.
-
Method Summary
Modifier and Type Method Description final StringfileLocation()URL or path to the specific file final Optional<String>fileNameAlias()Optional alias for the file name final JsonField<String>_fileLocation()Returns the raw JSON value of fileLocation. final JsonField<String>_fileNameAlias()Returns the raw JSON value of fileNameAlias. final Map<String, JsonValue>_additionalProperties()final ScanJob.Inventory.ScanTarget.DeepScan.File.BuildertoBuilder()final ScanJob.Inventory.ScanTarget.DeepScan.Filevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ScanJob.Inventory.ScanTarget.DeepScan.File.Builderbuilder()Returns a mutable builder for constructing an instance of File. -
-
Method Detail
-
fileLocation
final String fileLocation()
URL or path to the specific file
-
fileNameAlias
final Optional<String> fileNameAlias()
Optional alias for the file name
-
_fileLocation
final JsonField<String> _fileLocation()
Returns the raw JSON value of fileLocation.
Unlike fileLocation, this method doesn't throw if the JSON field has an unexpected type.
-
_fileNameAlias
final JsonField<String> _fileNameAlias()
Returns the raw JSON value of fileNameAlias.
Unlike fileNameAlias, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ScanJob.Inventory.ScanTarget.DeepScan.File.Builder toBuilder()
-
validate
final ScanJob.Inventory.ScanTarget.DeepScan.File validate()
-
builder
final static ScanJob.Inventory.ScanTarget.DeepScan.File.Builder builder()
Returns a mutable builder for constructing an instance of File.
The following fields are required:
.fileLocation()
-
-
-
-