Class SalIntegrationEnrichmentJobsProperties
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.SalIntegrationEnrichmentJobsProperties
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SalIntegrationEnrichmentJobsProperties extends com.ibm.cloud.sdk.core.service.model.GenericModel
catalog name.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<SalIntegrationEnrichmentJobsResultItem>
getResults()
Gets the results.java.lang.Long
getTotalRows()
Gets the totalRows.
-
-
-
Method Detail
-
getResults
public java.util.List<SalIntegrationEnrichmentJobsResultItem> getResults()
Gets the results. Array of result items.- Returns:
- the results
-
getTotalRows
public java.lang.Long getTotalRows()
Gets the totalRows. Total number of rows.- Returns:
- the totalRows
-
-