Class DeletedStorageBundle


  • public class DeletedStorageBundle
    extends StorageBundle
    A deleted storage account bundle consisting of its previous id, attributes and its tags, as well as information on when it will be purged.
    • Constructor Detail

      • DeletedStorageBundle

        public DeletedStorageBundle()
    • Method Detail

      • recoveryId

        public String recoveryId()
        Get the recoveryId value.
        Returns:
        the recoveryId value
      • withRecoveryId

        public DeletedStorageBundle withRecoveryId​(String recoveryId)
        Set the recoveryId value.
        Parameters:
        recoveryId - the recoveryId value to set
        Returns:
        the DeletedStorageBundle object itself.
      • scheduledPurgeDate

        public org.joda.time.DateTime scheduledPurgeDate()
        Get the scheduledPurgeDate value.
        Returns:
        the scheduledPurgeDate value
      • deletedDate

        public org.joda.time.DateTime deletedDate()
        Get the deletedDate value.
        Returns:
        the deletedDate value