@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class WorkRequestSummary extends Object
A summary of the status of a work request.
Note: Objects should always be created or deserialized using the WorkRequestSummary.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 WorkRequestSummary.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 |
WorkRequestSummary.Builder |
static class |
WorkRequestSummary.Status
The status of the work request.
|
Constructor and Description |
---|
WorkRequestSummary(String operationType,
WorkRequestSummary.Status status,
String id,
String compartmentId,
Float percentComplete,
Date timeAccepted,
Date timeStarted,
Date timeFinished)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static WorkRequestSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getCompartmentId()
The OCID of the compartment containing this work request.
|
String |
getId()
OCID identifying this work request.
|
String |
getOperationType()
The asynchronous operation tracked by this work request.
|
Float |
getPercentComplete()
The amount of work done relative to the total amount of work.
|
WorkRequestSummary.Status |
getStatus()
The status of the work request.
|
Date |
getTimeAccepted()
When the work request was created.
|
Date |
getTimeFinished()
When the work request reached a terminal state (FAILED or SUCCEEDED).
|
Date |
getTimeStarted()
When the work request transitioned from ACCEPTED to IN_PROGRESS.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"operationType","status","id","compartmentId","percentComplete","timeAccepted","timeStarted","timeFinished"}) @Deprecated public WorkRequestSummary(String operationType, WorkRequestSummary.Status status, String id, String compartmentId, Float percentComplete, Date timeAccepted, Date timeStarted, Date timeFinished)
public static WorkRequestSummary.Builder builder()
Create a new builder.
public String getOperationType()
The asynchronous operation tracked by this work request.
public WorkRequestSummary.Status getStatus()
The status of the work request.
public String getId()
OCID identifying this work request.
public String getCompartmentId()
The OCID of the compartment containing this work request.
public Float getPercentComplete()
The amount of work done relative to the total amount of work.
public Date getTimeAccepted()
When the work request was created.
public Date getTimeStarted()
When the work request transitioned from ACCEPTED to IN_PROGRESS.
public Date getTimeFinished()
When the work request reached a terminal state (FAILED or SUCCEEDED).
Copyright © 2016–2019. All rights reserved.