
com.targomo.client.api.quality.criterion.StatisticsCriterionDefinition Maven / Gradle / Ivy
package com.targomo.client.api.quality.criterion;
import java.util.List;
public interface StatisticsCriterionDefinition {
CriterionType getType();
Integer getStatisticCollectionId();
Integer getStatisticGroupId();
List getStatisticsIds();
List getReferenceStatisticsIds();
Boolean getCellsCount();
String getStatisticsServiceUrl();
void setStatisticsServiceUrl(String url);
String getCoreServiceUrl();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy