Class StorageLifecyclePolicyActionSummaryDetail


  • public final class StorageLifecyclePolicyActionSummaryDetail
    extends Object
    Execution statistics of a specific policy action in a Blob Management cycle.
    • Constructor Detail

      • StorageLifecyclePolicyActionSummaryDetail

        public StorageLifecyclePolicyActionSummaryDetail()
    • Method Detail

      • getTotalObjectsCount

        public Long getTotalObjectsCount()
        Get the totalObjectsCount property: Total number of objects to be acted on by this action.
        Returns:
        the totalObjectsCount value.
      • setTotalObjectsCount

        public StorageLifecyclePolicyActionSummaryDetail setTotalObjectsCount​(Long totalObjectsCount)
        Set the totalObjectsCount property: Total number of objects to be acted on by this action.
        Parameters:
        totalObjectsCount - the totalObjectsCount value to set.
        Returns:
        the StorageLifecyclePolicyActionSummaryDetail object itself.
      • getSuccessCount

        public Long getSuccessCount()
        Get the successCount property: Number of success operations of this action.
        Returns:
        the successCount value.
      • setSuccessCount

        public StorageLifecyclePolicyActionSummaryDetail setSuccessCount​(Long successCount)
        Set the successCount property: Number of success operations of this action.
        Parameters:
        successCount - the successCount value to set.
        Returns:
        the StorageLifecyclePolicyActionSummaryDetail object itself.
      • getErrorList

        public String getErrorList()
        Get the errorList property: Error messages of this action if any.
        Returns:
        the errorList value.
      • setErrorList

        public StorageLifecyclePolicyActionSummaryDetail setErrorList​(String errorList)
        Set the errorList property: Error messages of this action if any.
        Parameters:
        errorList - the errorList value to set.
        Returns:
        the StorageLifecyclePolicyActionSummaryDetail object itself.