Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
static TaskOperator.ExpectedDurationUnit |
TaskOperator.ExpectedDurationUnit.create(String key) |
TaskOperator.ExpectedDurationUnit |
TaskOperator.getExpectedDurationUnit()
The expected duration unit of measure.
|
static TaskOperator.ExpectedDurationUnit |
TaskOperator.ExpectedDurationUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskOperator.ExpectedDurationUnit[] |
TaskOperator.ExpectedDurationUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TaskOperator.Builder |
TaskOperator.Builder.expectedDurationUnit(TaskOperator.ExpectedDurationUnit expectedDurationUnit)
The expected duration unit of measure.
|
Constructor and Description |
---|
TaskOperator(String key,
String modelVersion,
ParentReference parentRef,
String name,
String description,
Integer objectVersion,
List<InputPort> inputPorts,
List<TypedObject> outputPorts,
Integer objectStatus,
String identifier,
List<Parameter> parameters,
ConfigValues opConfigValues,
Integer retryAttempts,
TaskOperator.RetryDelayUnit retryDelayUnit,
Double retryDelay,
Double expectedDuration,
TaskOperator.ExpectedDurationUnit expectedDurationUnit,
TaskOperator.TaskType taskType,
Task task,
TaskOperator.TriggerRule triggerRule,
ConfigProvider configProviderDelegate)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.