All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.nagyesta.filebarj.job.cli.DeleteIncrementsProperties Maven / Gradle / Ivy

There is a newer version: 1.0.17
Show newest version
package com.github.nagyesta.filebarj.job.cli;

import jakarta.validation.constraints.Positive;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.experimental.SuperBuilder;

/**
 * The parsed command line arguments of a version deletion task.
 */
@Data
@SuperBuilder
@EqualsAndHashCode(callSuper = true)
public class DeleteIncrementsProperties extends BackupFileProperties {
    private final @Positive long afterEpochSeconds;
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy