Package | Description |
---|---|
com.oracle.bmc.emwarehouse.model |
Modifier and Type | Method and Description |
---|---|
static EtlRunSummary.LifecycleState |
EtlRunSummary.LifecycleState.create(String key) |
EtlRunSummary.LifecycleState |
EtlRunSummary.getLifecycleState()
The current state of the etlRun.
|
static EtlRunSummary.LifecycleState |
EtlRunSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EtlRunSummary.LifecycleState[] |
EtlRunSummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EtlRunSummary.Builder |
EtlRunSummary.Builder.lifecycleState(EtlRunSummary.LifecycleState lifecycleState)
The current state of the etlRun.
|
Constructor and Description |
---|
EtlRunSummary(String compartmentId,
Long dataReadInBytes,
Long dataWritten,
EtlRunSummary.LifecycleState lifecycleState,
String displayName,
String lifecycleDetails,
Long runDurationInMilliseconds,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.