Class ScanJob
-
- All Implemented Interfaces:
public final class ScanJob
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classScanJob.BuilderA builder for ScanJob.
public final classScanJob.Inventorypublic final classScanJob.StatusStatus of the scan
-
Method Summary
Modifier and Type Method Description final ScanJob.Inventoryinventory()final Optional<String>scanId()unique identifier for the scan final Optional<ScanJob.Status>status()Status of the scan final JsonField<ScanJob.Inventory>_inventory()Returns the raw JSON value of inventory. final JsonField<String>_scanId()Returns the raw JSON value of scanId. final JsonField<ScanJob.Status>_status()Returns the raw JSON value of status. final Map<String, JsonValue>_additionalProperties()final ScanJob.BuildertoBuilder()final ScanJobvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ScanJob.Builderbuilder()Returns a mutable builder for constructing an instance of ScanJob. -
-
Method Detail
-
inventory
final ScanJob.Inventory inventory()
-
status
final Optional<ScanJob.Status> status()
Status of the scan
-
_inventory
final JsonField<ScanJob.Inventory> _inventory()
Returns the raw JSON value of inventory.
Unlike inventory, this method doesn't throw if the JSON field has an unexpected type.
-
_scanId
final JsonField<String> _scanId()
Returns the raw JSON value of scanId.
Unlike scanId, this method doesn't throw if the JSON field has an unexpected type.
-
_status
final JsonField<ScanJob.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 ScanJob.Builder toBuilder()
-
builder
final static ScanJob.Builder builder()
Returns a mutable builder for constructing an instance of ScanJob.
The following fields are required:
.inventory()
-
-
-
-