Class SalIntegrationEnrichmentJobsResultItemMetadata
- java.lang.Object
 - 
- com.ibm.cloud.sdk.core.service.model.GenericModel
 - 
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.SalIntegrationEnrichmentJobsResultItemMetadata
 
 
 
- 
- All Implemented Interfaces:
 com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SalIntegrationEnrichmentJobsResultItemMetadata extends com.ibm.cloud.sdk.core.service.model.GenericModelMetadata information about the job. 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAssetId()Gets the assetId.java.lang.StringgetName()Gets the name.java.lang.StringgetOwnerId()Gets the ownerId.java.lang.LonggetVersion()Gets the version. 
 - 
 
- 
- 
Method Detail
- 
getAssetId
public java.lang.String getAssetId()
Gets the assetId. The ID of the asset.- Returns:
 - the assetId
 
 
- 
getName
public java.lang.String getName()
Gets the name. Name of the job.- Returns:
 - the name
 
 
- 
getOwnerId
public java.lang.String getOwnerId()
Gets the ownerId. ID of the owner of the job.- Returns:
 - the ownerId
 
 
- 
getVersion
public java.lang.Long getVersion()
Gets the version. Version of the job.- Returns:
 - the version
 
 
 - 
 
 -