com.overops.report.service.model.QualityReportLinkTemplate 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 QualityReportLinkTemplate
{
private final String link;
public QualityReportLinkTemplate(String link) {
this.link = link;
}
public String getLink()
{
return link;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy