Class ScanReport.Inventory.ScanModelComboV3
-
- All Implemented Interfaces:
public final class ScanReport.Inventory.ScanModelComboV3
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classScanReport.Inventory.ScanModelComboV3.BuilderA builder for ScanModelComboV3.
public final classScanReport.Inventory.ScanModelComboV3.RequestSourceIdentifies the system that requested the scan
-
Method Summary
Modifier and Type Method Description final StringmodelId()Unique identifier for the model final StringmodelName()name of the model final StringmodelVersionId()unique identifier for the model version final StringrequestedScanLocation()Location to be scanned final Optional<String>modelSource()source (provider) info final Optional<String>modelVersion()version of the model final Optional<String>origin()Specifies the platform or service where the model originated before being scanned final Optional<ScanReport.Inventory.ScanModelComboV3.RequestSource>requestSource()Identifies the system that requested the scan final Optional<String>requestingEntity()Entity that requested the scan final JsonField<String>_modelId()Returns the raw JSON value of modelId. final JsonField<String>_modelName()Returns the raw JSON value of modelName. final JsonField<String>_modelVersionId()Returns the raw JSON value of modelVersionId. final JsonField<String>_requestedScanLocation()Returns the raw JSON value of requestedScanLocation. final JsonField<String>_modelSource()Returns the raw JSON value of modelSource. final JsonField<String>_modelVersion()Returns the raw JSON value of modelVersion. final JsonField<String>_origin()Returns the raw JSON value of origin. final JsonField<ScanReport.Inventory.ScanModelComboV3.RequestSource>_requestSource()Returns the raw JSON value of requestSource. final JsonField<String>_requestingEntity()Returns the raw JSON value of requestingEntity. final Map<String, JsonValue>_additionalProperties()final ScanReport.Inventory.ScanModelComboV3.BuildertoBuilder()final ScanReport.Inventory.ScanModelComboV3validate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ScanReport.Inventory.ScanModelComboV3.Builderbuilder()Returns a mutable builder for constructing an instance of ScanModelComboV3. -
-
Method Detail
-
modelVersionId
final String modelVersionId()
unique identifier for the model version
-
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.ScanModelComboV3.RequestSource> requestSource()
Identifies the system that requested the scan
-
requestingEntity
final Optional<String> requestingEntity()
Entity that requested the scan
-
_modelId
final JsonField<String> _modelId()
Returns the raw JSON value of modelId.
Unlike modelId, this method doesn't throw if the JSON field has an unexpected type.
-
_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.
-
_modelVersionId
final JsonField<String> _modelVersionId()
Returns the raw JSON value of modelVersionId.
Unlike modelVersionId, 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.ScanModelComboV3.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.ScanModelComboV3.Builder toBuilder()
-
validate
final ScanReport.Inventory.ScanModelComboV3 validate()
-
builder
final static ScanReport.Inventory.ScanModelComboV3.Builder builder()
Returns a mutable builder for constructing an instance of ScanModelComboV3.
The following fields are required:
.modelId() .modelName() .modelVersionId() .requestedScanLocation()
-
-
-
-