Class MatomoProviderConfiguration.MatomoProviderSource

java.lang.Object
org.opencastproject.statistics.provider.matomo.provider.MatomoProviderConfiguration.MatomoProviderSource
Enclosing class:
MatomoProviderConfiguration

public static class MatomoProviderConfiguration.MatomoProviderSource extends Object
  • Constructor Details

    • MatomoProviderSource

      public MatomoProviderSource()
    • MatomoProviderSource

      public MatomoProviderSource(String siteId, String method, String dimensionId, String aggregation, String aggregationVariable, Set<DataResolution> resolutions)
  • Method Details

    • getSiteId

      public String getSiteId()
    • getMethod

      public String getMethod()
    • getDimensionId

      public String getDimensionId()
    • getAggregation

      public String getAggregation()
    • getAggregationVariable

      public String getAggregationVariable()
    • getResolutions

      public Set<DataResolution> getResolutions()