@Generated(value="OracleSDKGenerator", comments="API Version: 20200430") public final class TaskRunDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
The task run object provides information on the execution of a task.
Note: Objects should always be created or deserialized using the TaskRunDetails.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 TaskRunDetails.Builder
, which maintain a
set of all explicitly set fields called TaskRunDetails.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
TaskRunDetails.Builder |
static class |
TaskRunDetails.ReRunType
Supported re-run types
|
static class |
TaskRunDetails.Status
status
|
static class |
TaskRunDetails.TaskType
The type of the task for the run.
|
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
TaskRunDetails(String key,
String modelType,
String modelVersion,
ParentReference parentRef,
String name,
String description,
Integer objectVersion,
TaskRunDetails.Status status,
Long startTimeMillis,
Long endTimeMillis,
Long lastUpdated,
Long recordsWritten,
Long bytesProcessed,
Integer objectStatus,
TaskRunDetails.TaskType taskType,
String identifier,
String refTaskRunId,
TaskRunDetails.ReRunType reRunType,
String stepId,
Map<String,ParameterValue> inputs,
ObjectMetadata metadata)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static TaskRunDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Long |
getBytesProcessed()
Number of bytes processed in task run.
|
String |
getDescription()
Detailed description for the object.
|
Long |
getEndTimeMillis()
The task run end time.
|
String |
getIdentifier()
Value can only contain upper case letters, underscore, and numbers.
|
Map<String,ParameterValue> |
getInputs()
A map of the configuration provider input bindings of the run.
|
String |
getKey()
The object key.
|
Long |
getLastUpdated()
The date and time the task run was last updated.
|
ObjectMetadata |
getMetadata() |
String |
getModelType()
The object type.
|
String |
getModelVersion()
The object’s model version.
|
String |
getName()
Free form text without any restriction on permitted characters.
|
Integer |
getObjectStatus()
The status of an object that can be set to value 1 for shallow references across objects,
other values reserved.
|
Integer |
getObjectVersion()
The version of the object that is used to track changes in the object instance.
|
ParentReference |
getParentRef() |
Long |
getRecordsWritten()
Number of records processed in task run.
|
String |
getRefTaskRunId()
Reference Task Run Id to be used for re-run
|
TaskRunDetails.ReRunType |
getReRunType()
Supported re-run types
|
Long |
getStartTimeMillis()
The task run start time.
|
TaskRunDetails.Status |
getStatus()
status
|
String |
getStepId()
Step Id for running from a certain step.
|
TaskRunDetails.TaskType |
getTaskType()
The type of the task for the run.
|
int |
hashCode() |
TaskRunDetails.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"key","modelType","modelVersion","parentRef","name","description","objectVersion","status","startTimeMillis","endTimeMillis","lastUpdated","recordsWritten","bytesProcessed","objectStatus","taskType","identifier","refTaskRunId","reRunType","stepId","inputs","metadata"}) public TaskRunDetails(String key, String modelType, String modelVersion, ParentReference parentRef, String name, String description, Integer objectVersion, TaskRunDetails.Status status, Long startTimeMillis, Long endTimeMillis, Long lastUpdated, Long recordsWritten, Long bytesProcessed, Integer objectStatus, TaskRunDetails.TaskType taskType, String identifier, String refTaskRunId, TaskRunDetails.ReRunType reRunType, String stepId, Map<String,ParameterValue> inputs, ObjectMetadata metadata)
public static TaskRunDetails.Builder builder()
Create a new builder.
public TaskRunDetails.Builder toBuilder()
public String getKey()
The object key.
public String getModelType()
The object type.
public String getModelVersion()
The object’s model version.
public ParentReference getParentRef()
public String getName()
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
public String getDescription()
Detailed description for the object.
public Integer getObjectVersion()
The version of the object that is used to track changes in the object instance.
public TaskRunDetails.Status getStatus()
status
public Long getStartTimeMillis()
The task run start time.
public Long getEndTimeMillis()
The task run end time.
public Long getLastUpdated()
The date and time the task run was last updated.
public Long getRecordsWritten()
Number of records processed in task run.
public Long getBytesProcessed()
Number of bytes processed in task run.
public Integer getObjectStatus()
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
public TaskRunDetails.TaskType getTaskType()
The type of the task for the run.
public String getIdentifier()
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
public String getRefTaskRunId()
Reference Task Run Id to be used for re-run
public TaskRunDetails.ReRunType getReRunType()
Supported re-run types
public String getStepId()
Step Id for running from a certain step.
public Map<String,ParameterValue> getInputs()
A map of the configuration provider input bindings of the run.
public ObjectMetadata getMetadata()
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.