Class StorageWorkRequest


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20200601")
    public final class StorageWorkRequest
    extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
    This shows the storage work request details.
    Note: Objects should always be created or deserialized using the 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 StorageWorkRequest.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).
    • Method Detail

      • getId

        public String getId()
        This is the OCID of the storage work Request.
        Returns:
        the value
      • getCompartmentId

        public String getCompartmentId()
        Compartment Identifier [OCID] (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
        Returns:
        the value
      • getTimeStarted

        public Date getTimeStarted()
        When the work request started.
        Returns:
        the value
      • getTimeAccepted

        public Date getTimeAccepted()
        When the work request was accepted.

        Should match timeStarted in all cases.

        Returns:
        the value
      • getTimeFinished

        public Date getTimeFinished()
        When the work request finished execution.
        Returns:
        the value
      • getTimeExpires

        public Date getTimeExpires()
        When the work request will expire.
        Returns:
        the value
      • getPercentComplete

        public Integer getPercentComplete()
        Percentage progress completion of the work request.
        Returns:
        the value
      • getStatus

        public WorkRequestStatus getStatus()
        This is the work request status.
        Returns:
        the value
      • getTimeDataStarted

        public Date getTimeDataStarted()
        This is the start of the time interval
        Returns:
        the value
      • getTimeDataEnded

        public Date getTimeDataEnded()
        This is the end of the time interval
        Returns:
        the value
      • getPurgeQueryString

        public String getPurgeQueryString()
        This is the solr query used to filter data for purge, ‘*’ means all
        Returns:
        the value
      • getDataType

        public StorageDataType getDataType()
        Thie is the type of data to be purged
        Returns:
        the value
      • getStatusDetails

        public String getStatusDetails()
        This provides more detailed status if applicable
        Returns:
        the value
      • getOperationDetails

        public String getOperationDetails()
        This provides more detailed info about the work request if applicable
        Returns:
        the value
      • getPolicyName

        public String getPolicyName()
        This is the policy name if applicable (e.g.

        purge policy)

        Returns:
        the value
      • getPolicyId

        public String getPolicyId()
        This is the purge policy ID if applicable
        Returns:
        the value
      • getStorageUsageInBytes

        public Long getStorageUsageInBytes()
        This is the data usage in bytes if applicable
        Returns:
        the value
      • getCompartmentIdInSubtree

        public Boolean getCompartmentIdInSubtree()
        If true, purge child compartments data, only applicable to purge request
        Returns:
        the value
      • getOperationType

        public StorageOperationType getOperationType()
        This is the type of the work request.
        Returns:
        the value
      • getKeyId

        public String getKeyId()
        This is the key ID for encryption key.
        Returns:
        the value
      • getKeyType

        public EncryptionKeyType getKeyType()
        The type of customer encryption key.

        It can be archival, active or all.

        Returns:
        the value
      • getLogSets

        public String getLogSets()
        This is a list of logsets associated with this work request
        Returns:
        the value
      • getPurpose

        public String getPurpose()
        This is the purpose of the operation associated with this work request
        Returns:
        the value
      • getQuery

        public String getQuery()
        This is the query string applied on the operation associated with this work request
        Returns:
        the value
      • getIsRecallNewDataOnly

        public Boolean getIsRecallNewDataOnly()
        This is the flag to indicate if only new data has to be recalled in this work request
        Returns:
        the value
      • getIsUseRecommendedDataSet

        public Boolean getIsUseRecommendedDataSet()
        This indicates if user checked system recommended time range
        Returns:
        the value
      • toString

        public String toString()
        Overrides:
        toString in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • toString

        public String toString​(boolean includeByteArrayContents)
        Return a string representation of the object.
        Parameters:
        includeByteArrayContents - true to include the full contents of byte arrays
        Returns:
        string representation
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel