Class SimpleBackupServiceInfo

java.lang.Object
net.solarnetwork.node.backup.SimpleBackupServiceInfo
All Implemented Interfaces:
BackupServiceInfo

public class SimpleBackupServiceInfo extends Object implements BackupServiceInfo
Simple implementation of BackupServiceInfo.
Version:
1.0
Author:
matt
  • Constructor Details

    • SimpleBackupServiceInfo

      public SimpleBackupServiceInfo(Date mostRecentBackupDate, BackupStatus status)
      Construct with values.
      Parameters:
      mostRecentBackupDate - the backup date
      status - the status
  • Method Details