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

com.targomo.client.api.quality.criterion.StatisticsCriterionDefinition Maven / Gradle / Ivy

There is a newer version: 0.39.0
Show newest version
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