com.targomo.client.api.quality.criterion.StatisticsCriterionDefinition Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-client Show documentation
Show all versions of java-client Show documentation
Java client library for easy usage of Targomo web services.
package com.targomo.client.api.quality.criterion;
import java.util.List;
public interface StatisticsCriterionDefinition extends CriterionDefinitionInterface{
Integer getStatisticCollectionId();
Integer getStatisticGroupId();
List getStatisticsIds();
List getReferenceStatisticsIds();
String getStatisticsServiceUrl();
void setStatisticsServiceUrl(String url);
String getCoreServiceUrl();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy