@Generated(value="OracleSDKGenerator", comments="API Version: 20190325") public final class ImportDataAssetJobResult extends Object
Information about a data asset import operation.
Note: Objects should always be created or deserialized using the ImportDataAssetJobResult.Builder
. This model distinguishes fields
that are null
because they are unset from fields that are explicitly set to null
. This is done in
the setter methods of the ImportDataAssetJobResult.Builder
, which maintain a set of all explicitly set fields called
__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
__explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
ImportDataAssetJobResult.Builder |
Constructor and Description |
---|
ImportDataAssetJobResult(String dataAssetKey,
String importJobDefinitionKey,
String importJobKey,
String importJobExecutionKey,
JobExecutionState importJobExecutionStatus)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ImportDataAssetJobResult.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getDataAssetKey()
The unique key of the data asset on which import is triggered.
|
String |
getImportJobDefinitionKey()
The unique key of the job definition resource that is used for the import.
|
String |
getImportJobExecutionKey()
The unique key of the parent job execution for which the log resource is created.
|
JobExecutionState |
getImportJobExecutionStatus()
The status of the import job execution.
|
String |
getImportJobKey()
The unique key of the job policy for the import.
|
int |
hashCode() |
ImportDataAssetJobResult.Builder |
toBuilder() |
String |
toString() |
@Deprecated @ConstructorProperties(value={"dataAssetKey","importJobDefinitionKey","importJobKey","importJobExecutionKey","importJobExecutionStatus"}) public ImportDataAssetJobResult(String dataAssetKey, String importJobDefinitionKey, String importJobKey, String importJobExecutionKey, JobExecutionState importJobExecutionStatus)
public static ImportDataAssetJobResult.Builder builder()
Create a new builder.
public ImportDataAssetJobResult.Builder toBuilder()
public String getDataAssetKey()
The unique key of the data asset on which import is triggered.
public String getImportJobDefinitionKey()
The unique key of the job definition resource that is used for the import.
public String getImportJobKey()
The unique key of the job policy for the import.
public String getImportJobExecutionKey()
The unique key of the parent job execution for which the log resource is created.
public JobExecutionState getImportJobExecutionStatus()
The status of the import job execution.
Copyright © 2016–2022. All rights reserved.