com.overops.report.service.model.QualityReportProcessingTemplate Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of report-service Show documentation
Show all versions of report-service Show documentation
OverOps API Client, interacts with OverOps Server REST API
package com.overops.report.service.model;
public class QualityReportProcessingTemplate
{
private final long countDown;
public QualityReportProcessingTemplate(long countDown) {
this.countDown = countDown;
}
public long getCountDown() {
return countDown;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy