Class ContinuousBackupInformation


  • public final class ContinuousBackupInformation
    extends Object
    Information about the status of continuous backups.
    • Constructor Detail

      • ContinuousBackupInformation

        public ContinuousBackupInformation()
    • Method Detail

      • latestRestorableTimestamp

        public String latestRestorableTimestamp()
        Get the latestRestorableTimestamp property: The latest restorable timestamp for a resource.
        Returns:
        the latestRestorableTimestamp value.
      • withLatestRestorableTimestamp

        public ContinuousBackupInformation withLatestRestorableTimestamp​(String latestRestorableTimestamp)
        Set the latestRestorableTimestamp property: The latest restorable timestamp for a resource.
        Parameters:
        latestRestorableTimestamp - the latestRestorableTimestamp value to set.
        Returns:
        the ContinuousBackupInformation object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.