@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class WorkRequest extends Object
The status of a work request.
Note: Objects should always be created or deserialized using the WorkRequest.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 WorkRequest.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 |
WorkRequest.Builder |
static class |
WorkRequest.Status
The status of the work request.
|
Constructor and Description |
---|
WorkRequest(String operationType,
WorkRequest.Status status,
String id,
String compartmentId,
List<WorkRequestResource> resources,
Float percentComplete,
Date timeAccepted,
Date timeStarted,
Date timeFinished)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static WorkRequest.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.
|
List<WorkRequestResource> |
getResources()
The resources affected by this work request.
|
WorkRequest.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","resources","percentComplete","timeAccepted","timeStarted","timeFinished"}) @Deprecated public WorkRequest(String operationType, WorkRequest.Status status, String id, String compartmentId, List<WorkRequestResource> resources, Float percentComplete, Date timeAccepted, Date timeStarted, Date timeFinished)
public static WorkRequest.Builder builder()
Create a new builder.
public String getOperationType()
The asynchronous operation tracked by this work request.
public WorkRequest.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 List<WorkRequestResource> getResources()
The resources affected by 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.