Class BackupBriefProcessInfo

    • Constructor Detail

      • BackupBriefProcessInfo

        public BackupBriefProcessInfo​(int id,
                                      @NotNull
                                      String fileName,
                                      @Nullable
                                      Long fileSize,
                                      @Nullable
                                      ProgressStatus status,
                                      @NotNull
                                      Date startTimestamp,
                                      @Nullable
                                      Date finishTimestamp)
        Trivial constructor. Makes a datum object with given values.
        Parameters:
        id - internal identified of a maintenance process.
        fileName - file name, see getFileName(). Not null.
        fileSize - size of the backup file, in bytes.
        status - the backup process status.
        startTimestamp - time when the backup process is started. Not null.
        finishTimestamp - time when the backup process is finished. Nullable.