Class JobListResponse.Item.Inventory
-
- All Implemented Interfaces:
public final class JobListResponse.Item.Inventory
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classJobListResponse.Item.Inventory.BuilderA builder for Inventory.
public final classJobListResponse.Item.Inventory.ProviderDetailspublic final classJobListResponse.Item.Inventory.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>assetRegion()Region of discovered asset final Optional<String>fileLocation()URL or path to the model files, if available 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<JobListResponse.Item.Inventory.ProviderDetails>providerDetails()final Optional<JobListResponse.Item.Inventory.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>_assetRegion()Returns the raw JSON value of assetRegion. final JsonField<String>_fileLocation()Returns the raw JSON value of fileLocation. 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<JobListResponse.Item.Inventory.ProviderDetails>_providerDetails()Returns the raw JSON value of providerDetails. final JsonField<JobListResponse.Item.Inventory.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 JobListResponse.Item.Inventory.BuildertoBuilder()final JobListResponse.Item.Inventoryvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static JobListResponse.Item.Inventory.Builderbuilder()Returns a mutable builder for constructing an instance of Inventory. -
-
Method Detail
-
modelVersionId
final String modelVersionId()
unique identifier for the model version
-
requestedScanLocation
final String requestedScanLocation()
Location to be scanned
-
assetRegion
final Optional<String> assetRegion()
Region of discovered asset
-
fileLocation
final Optional<String> fileLocation()
URL or path to the model files, if available
-
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
-
providerDetails
final Optional<JobListResponse.Item.Inventory.ProviderDetails> providerDetails()
-
requestSource
final Optional<JobListResponse.Item.Inventory.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.
-
_assetRegion
final JsonField<String> _assetRegion()
Returns the raw JSON value of assetRegion.
Unlike assetRegion, this method doesn't throw if the JSON field has an unexpected type.
-
_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.
-
_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.
-
_providerDetails
final JsonField<JobListResponse.Item.Inventory.ProviderDetails> _providerDetails()
Returns the raw JSON value of providerDetails.
Unlike providerDetails, this method doesn't throw if the JSON field has an unexpected type.
-
_requestSource
final JsonField<JobListResponse.Item.Inventory.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 JobListResponse.Item.Inventory.Builder toBuilder()
-
validate
final JobListResponse.Item.Inventory validate()
-
builder
final static JobListResponse.Item.Inventory.Builder builder()
Returns a mutable builder for constructing an instance of Inventory.
The following fields are required:
.modelId() .modelName() .modelVersionId() .requestedScanLocation()
-
-
-
-