@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class StorageWorkRequest extends Object
This shows the storage work request details.
StorageWorkRequest.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 StorageWorkRequest.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 |
StorageWorkRequest.Builder |
Constructor and Description |
---|
StorageWorkRequest(String id,
String compartmentId,
Date timeStarted,
Date timeAccepted,
Date timeFinished,
Date timeExpires,
Integer percentComplete,
WorkRequestStatus status,
Date timeDataStarted,
Date timeDataEnded,
String purgeQueryString,
StorageDataType dataType,
String statusDetails,
String operationDetails,
String policyName,
String policyId,
Long storageUsageInBytes,
Boolean compartmentIdInSubtree,
StorageOperationType operationType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static StorageWorkRequest.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).
|
Boolean |
getCompartmentIdInSubtree()
If true, purge child compartments data, only applicable to purge request
|
StorageDataType |
getDataType()
Thie is the type of data to be purged
|
String |
getId()
This is the OCID of the storage work Request.
|
String |
getOperationDetails()
This provides more detailed info about the work request if applicable
|
StorageOperationType |
getOperationType()
This is the type of the work request.
|
Integer |
getPercentComplete()
Percentage progress completion of the work request.
|
String |
getPolicyId()
This is the purge policy ID if applicable
|
String |
getPolicyName()
This is the policy name if applicable (e.g.
|
String |
getPurgeQueryString()
This is the solr query used to filter data for purge, ‘*’ means all
|
WorkRequestStatus |
getStatus()
This is the work request status.
|
String |
getStatusDetails()
This provides more detailed status if applicable
|
Long |
getStorageUsageInBytes()
This is the data usage in bytes if applicable
|
Date |
getTimeAccepted()
When the work request was accepted.
|
Date |
getTimeDataEnded()
This is the end of the time interval
|
Date |
getTimeDataStarted()
This is the start of the time interval
|
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() |
StorageWorkRequest.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"id","compartmentId","timeStarted","timeAccepted","timeFinished","timeExpires","percentComplete","status","timeDataStarted","timeDataEnded","purgeQueryString","dataType","statusDetails","operationDetails","policyName","policyId","storageUsageInBytes","compartmentIdInSubtree","operationType"}) @Deprecated public StorageWorkRequest(String id, String compartmentId, Date timeStarted, Date timeAccepted, Date timeFinished, Date timeExpires, Integer percentComplete, WorkRequestStatus status, Date timeDataStarted, Date timeDataEnded, String purgeQueryString, StorageDataType dataType, String statusDetails, String operationDetails, String policyName, String policyId, Long storageUsageInBytes, Boolean compartmentIdInSubtree, StorageOperationType operationType)
public static StorageWorkRequest.Builder builder()
Create a new builder.
public StorageWorkRequest.Builder toBuilder()
public String getId()
This is the OCID of the storage work Request.
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 Integer getPercentComplete()
Percentage progress completion of the work request.
public WorkRequestStatus getStatus()
This is the work request status.
public Date getTimeDataStarted()
This is the start of the time interval
public Date getTimeDataEnded()
This is the end of the time interval
public String getPurgeQueryString()
This is the solr query used to filter data for purge, ‘*’ means all
public StorageDataType getDataType()
Thie is the type of data to be purged
public String getStatusDetails()
This provides more detailed status if applicable
public String getOperationDetails()
This provides more detailed info about the work request if applicable
public String getPolicyName()
This is the policy name if applicable (e.g. purge policy)
public String getPolicyId()
This is the purge policy ID if applicable
public Long getStorageUsageInBytes()
This is the data usage in bytes if applicable
public Boolean getCompartmentIdInSubtree()
If true, purge child compartments data, only applicable to purge request
public StorageOperationType getOperationType()
This is the type of the work request.
Copyright © 2016–2022. All rights reserved.