@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class QueryWorkRequestSummary extends Object
High level summary of query job work request.
QueryWorkRequestSummary.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 QueryWorkRequestSummary.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 |
QueryWorkRequestSummary.Builder |
Constructor and Description |
---|
QueryWorkRequestSummary(String id,
String compartmentId,
Date timeStarted,
Date timeAccepted,
Date timeFinished,
Date timeExpires,
JobMode mode,
Integer percentComplete,
WorkRequestStatus status,
QueryOperationType operationType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static QueryWorkRequestSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getCompartmentId()
Compartment Identifier [OCID] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
String |
getId()
Unique OCID identifier to reference this query job work Request with.
|
JobMode |
getMode()
Current execution mode for the job.
|
QueryOperationType |
getOperationType()
Asynchronous action name.
|
Integer |
getPercentComplete()
Percentage progress completion of the query.
|
WorkRequestStatus |
getStatus()
Work request status.
|
Date |
getTimeAccepted()
When the work request was accepted.
|
Date |
getTimeExpires()
When the work request will expire.
|
Date |
getTimeFinished()
When the work request finished execution.
|
Date |
getTimeStarted()
When the work request started.
|
int |
hashCode() |
QueryWorkRequestSummary.Builder |
toBuilder() |
String |
toString() |
@Deprecated @ConstructorProperties(value={"id","compartmentId","timeStarted","timeAccepted","timeFinished","timeExpires","mode","percentComplete","status","operationType"}) public QueryWorkRequestSummary(String id, String compartmentId, Date timeStarted, Date timeAccepted, Date timeFinished, Date timeExpires, JobMode mode, Integer percentComplete, WorkRequestStatus status, QueryOperationType operationType)
public static QueryWorkRequestSummary.Builder builder()
Create a new builder.
public QueryWorkRequestSummary.Builder toBuilder()
public String getId()
Unique OCID identifier to reference this query job work Request with.
public String getCompartmentId()
Compartment Identifier [OCID] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
public Date getTimeStarted()
When the work request started.
public Date getTimeAccepted()
When the work request was accepted. Should match timeStarted in all cases.
public Date getTimeFinished()
When the work request finished execution.
public Date getTimeExpires()
When the work request will expire.
public JobMode getMode()
Current execution mode for the job.
public Integer getPercentComplete()
Percentage progress completion of the query.
public WorkRequestStatus getStatus()
Work request status.
public QueryOperationType getOperationType()
Asynchronous action name.
Copyright © 2016–2022. All rights reserved.