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.GenericModel
Details about the job.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAssetRef()
Gets the assetRef.java.lang.String
getAssetRefType()
Gets the assetRefType.SalIntegrationEnrichmentJobsResultItemEntityJobConfiguration
getConfiguration()
Gets the configuration.java.util.List<java.lang.String>
getFutureScheduledRuns()
Gets the futureScheduledRuns.java.lang.String
getLastRunInitiator()
Gets the lastRunInitiator.java.lang.String
getLastRunStatus()
Gets the lastRunStatus.java.lang.Long
getLastRunStatusTimestamp()
Gets the lastRunStatusTimestamp.java.lang.String
getLastRunTime()
Gets the lastRunTime.java.lang.String
getProjectName()
Gets the projectName.java.lang.String
getScheduleCreatorId()
Gets the scheduleCreatorId.java.lang.String
getScheduleId()
Gets the scheduleId.ScheduleInfo
getScheduleInfo()
Gets the scheduleInfo.SalIntegrationEnrichmentJobsResultItemEntityTaskCredentialsSupport
getTaskCredentialsSupport()
Gets the taskCredentialsSupport.java.lang.Boolean
isEnableNotifications()
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
-
-