Interface BackupIdentity

All Known Subinterfaces:
Backup, BackupInfo
All Known Implementing Classes:
SimpleBackup, SimpleBackupIdentity, SimpleBackupInfo

public interface BackupIdentity
Identity information about a Backup.
Since:
1.55
Version:
1.0
Author:
matt
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the date the backup was created.
    Get a unique key for the backup.
    Get the node ID associated with the backup.
    Get an optional qualifier.
  • Method Details

    • getKey

      String getKey()
      Get a unique key for the backup.
      Returns:
      the backup key
    • getNodeId

      Long getNodeId()
      Get the node ID associated with the backup.
      Returns:
      the node ID
    • getDate

      Date getDate()
      Get the date the backup was created.
      Returns:
      the backup date
    • getQualifier

      String getQualifier()
      Get an optional qualifier.

      A qualifier can be used to provide a backup with a more descriptive name or tag.

      Returns:
      the qualifier, or null if not known