Class SalIntegrationEnrichmentJobsResultItemEntityJob
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.SalIntegrationEnrichmentJobsResultItemEntityJob
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SalIntegrationEnrichmentJobsResultItemEntityJob extends com.ibm.cloud.sdk.core.service.model.GenericModelDetails about the job.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAssetRef()Gets the assetRef.java.lang.StringgetAssetRefType()Gets the assetRefType.SalIntegrationEnrichmentJobsResultItemEntityJobConfigurationgetConfiguration()Gets the configuration.java.util.List<java.lang.String>getFutureScheduledRuns()Gets the futureScheduledRuns.java.lang.StringgetLastRunInitiator()Gets the lastRunInitiator.java.lang.StringgetLastRunStatus()Gets the lastRunStatus.java.lang.LonggetLastRunStatusTimestamp()Gets the lastRunStatusTimestamp.java.lang.StringgetLastRunTime()Gets the lastRunTime.java.lang.StringgetProjectName()Gets the projectName.java.lang.StringgetScheduleCreatorId()Gets the scheduleCreatorId.java.lang.StringgetScheduleId()Gets the scheduleId.ScheduleInfogetScheduleInfo()Gets the scheduleInfo.SalIntegrationEnrichmentJobsResultItemEntityTaskCredentialsSupportgetTaskCredentialsSupport()Gets the taskCredentialsSupport.java.lang.BooleanisEnableNotifications()Gets the enableNotifications.
-
-
-
Method Detail
-
getAssetRef
public java.lang.String getAssetRef()
Gets the assetRef. Reference ID for the asset.- Returns:
- the assetRef
-
getAssetRefType
public java.lang.String getAssetRefType()
Gets the assetRefType. Type of the asset reference.- Returns:
- the assetRefType
-
getConfiguration
public SalIntegrationEnrichmentJobsResultItemEntityJobConfiguration getConfiguration()
Gets the configuration. Configuration settings for the job.- Returns:
- the configuration
-
isEnableNotifications
public java.lang.Boolean isEnableNotifications()
Gets the enableNotifications. Flag indicating if notifications are enabled for the job.- Returns:
- the enableNotifications
-
getFutureScheduledRuns
public java.util.List<java.lang.String> getFutureScheduledRuns()
Gets the futureScheduledRuns. List of future scheduled run times.- Returns:
- the futureScheduledRuns
-
getLastRunInitiator
public java.lang.String getLastRunInitiator()
Gets the lastRunInitiator. Initiator of the last run.- Returns:
- the lastRunInitiator
-
getLastRunStatus
public java.lang.String getLastRunStatus()
Gets the lastRunStatus. Status of the last run.- Returns:
- the lastRunStatus
-
getLastRunStatusTimestamp
public java.lang.Long getLastRunStatusTimestamp()
Gets the lastRunStatusTimestamp. Timestamp of the last run status.- Returns:
- the lastRunStatusTimestamp
-
getLastRunTime
public java.lang.String getLastRunTime()
Gets the lastRunTime. Time of the last run.- Returns:
- the lastRunTime
-
getProjectName
public java.lang.String getProjectName()
Gets the projectName. Name of the project associated with the job.- Returns:
- the projectName
-
getScheduleCreatorId
public java.lang.String getScheduleCreatorId()
Gets the scheduleCreatorId. ID of the creator of the schedule.- Returns:
- the scheduleCreatorId
-
getScheduleId
public java.lang.String getScheduleId()
Gets the scheduleId. ID of the schedule.- Returns:
- the scheduleId
-
getScheduleInfo
public ScheduleInfo getScheduleInfo()
Gets the scheduleInfo. Information about the schedule.- Returns:
- the scheduleInfo
-
getTaskCredentialsSupport
public SalIntegrationEnrichmentJobsResultItemEntityTaskCredentialsSupport getTaskCredentialsSupport()
Gets the taskCredentialsSupport. Credentials support information for the task.- Returns:
- the taskCredentialsSupport
-
-