Class SalIntegrationEnrichmentJobsResultItem
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.SalIntegrationEnrichmentJobsResultItem
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SalIntegrationEnrichmentJobsResultItem extends com.ibm.cloud.sdk.core.service.model.GenericModelA single result item containing entity and metadata.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SalIntegrationEnrichmentJobsResultItemEntitygetEntity()Gets the entity.SalIntegrationEnrichmentJobsResultItemMetadatagetMetadata()Gets the metadata.
-
-
-
Method Detail
-
getEntity
public SalIntegrationEnrichmentJobsResultItemEntity getEntity()
Gets the entity. Entity details including job information.- Returns:
- the entity
-
getMetadata
public SalIntegrationEnrichmentJobsResultItemMetadata getMetadata()
Gets the metadata. Metadata information about the job.- Returns:
- the metadata
-
-