Class ScanReport.Inventory.ScanModelDetailsV3
-
- All Implemented Interfaces:
public final class ScanReport.Inventory.ScanModelDetailsV3
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classScanReport.Inventory.ScanModelDetailsV3.BuilderA builder for ScanModelDetailsV3.
public final classScanReport.Inventory.ScanModelDetailsV3.RequestSourceIdentifies the system that requested the scan
-
Method Summary
-
-
Method Detail
-
requestedScanLocation
final String requestedScanLocation()
Location to be scanned
-
modelSource
final Optional<String> modelSource()
source (provider) info
-
modelVersion
final Optional<String> modelVersion()
version of the model
-
origin
final Optional<String> origin()
Specifies the platform or service where the model originated before being scanned
-
requestSource
final Optional<ScanReport.Inventory.ScanModelDetailsV3.RequestSource> requestSource()
Identifies the system that requested the scan
-
requestingEntity
final Optional<String> requestingEntity()
Entity that requested the scan
-
_modelName
final JsonField<String> _modelName()
Returns the raw JSON value of modelName.
Unlike modelName, this method doesn't throw if the JSON field has an unexpected type.
-
_requestedScanLocation
final JsonField<String> _requestedScanLocation()
Returns the raw JSON value of requestedScanLocation.
Unlike requestedScanLocation, this method doesn't throw if the JSON field has an unexpected type.
-
_modelSource
final JsonField<String> _modelSource()
Returns the raw JSON value of modelSource.
Unlike modelSource, this method doesn't throw if the JSON field has an unexpected type.
-
_modelVersion
final JsonField<String> _modelVersion()
Returns the raw JSON value of modelVersion.
Unlike modelVersion, this method doesn't throw if the JSON field has an unexpected type.
-
_origin
final JsonField<String> _origin()
Returns the raw JSON value of origin.
Unlike origin, this method doesn't throw if the JSON field has an unexpected type.
-
_requestSource
final JsonField<ScanReport.Inventory.ScanModelDetailsV3.RequestSource> _requestSource()
Returns the raw JSON value of requestSource.
Unlike requestSource, this method doesn't throw if the JSON field has an unexpected type.
-
_requestingEntity
final JsonField<String> _requestingEntity()
Returns the raw JSON value of requestingEntity.
Unlike requestingEntity, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ScanReport.Inventory.ScanModelDetailsV3.Builder toBuilder()
-
validate
final ScanReport.Inventory.ScanModelDetailsV3 validate()
-
builder
final static ScanReport.Inventory.ScanModelDetailsV3.Builder builder()
Returns a mutable builder for constructing an instance of ScanModelDetailsV3.
The following fields are required:
.modelName() .requestedScanLocation()
-
-
-
-