Uses of Class
com.oracle.bmc.dataintegration.model.LastRunDetails
-
Packages that use LastRunDetails Package Description com.oracle.bmc.dataintegration.model -
-
Uses of LastRunDetails in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return LastRunDetails Modifier and Type Method Description LastRunDetails
LastRunDetails.Builder. build()
LastRunDetails
TaskSchedule. getLastRunDetails()
LastRunDetails
TaskScheduleSummary. getLastRunDetails()
Methods in com.oracle.bmc.dataintegration.model with parameters of type LastRunDetails Modifier and Type Method Description LastRunDetails.Builder
LastRunDetails.Builder. copy(LastRunDetails model)
TaskSchedule.Builder
TaskSchedule.Builder. lastRunDetails(LastRunDetails lastRunDetails)
TaskScheduleSummary.Builder
TaskScheduleSummary.Builder. lastRunDetails(LastRunDetails lastRunDetails)
Constructors in com.oracle.bmc.dataintegration.model with parameters of type LastRunDetails Constructor Description TaskSchedule(String key, String modelVersion, String modelType, ParentReference parentRef, String name, String description, Integer objectVersion, Integer objectStatus, String identifier, Schedule scheduleRef, ConfigProvider configProviderDelegate, Boolean isEnabled, Integer retryAttempts, TaskSchedule.RetryDelayUnit retryDelayUnit, Double retryDelay, Long startTimeMillis, Long endTimeMillis, Boolean isConcurrentAllowed, Boolean isBackfillEnabled, TaskSchedule.AuthMode authMode, Double expectedDuration, TaskSchedule.ExpectedDurationUnit expectedDurationUnit, LastRunDetails lastRunDetails, ObjectMetadata metadata)
Deprecated.TaskScheduleSummary(String key, String modelVersion, String modelType, ParentReference parentRef, String name, String description, Integer objectVersion, Integer objectStatus, String identifier, Schedule scheduleRef, ConfigProvider configProviderDelegate, Boolean isEnabled, Integer numberOfRetries, Double retryDelay, TaskScheduleSummary.RetryDelayUnit retryDelayUnit, Long startTimeMillis, Long endTimeMillis, Boolean isConcurrentAllowed, Boolean isBackfillEnabled, TaskScheduleSummary.AuthMode authMode, Double expectedDuration, TaskScheduleSummary.ExpectedDurationUnit expectedDurationUnit, Long nextRunTimeMillis, LastRunDetails lastRunDetails, ObjectMetadata metadata)
Deprecated.
-