Interface IEventAnalyticsReportRequest

    • Method Detail

      • getMetrics

        Map<String,​Tuple2<IAggregation,​Boolean>> getMetrics()
        Returns the metrics. The value tuple contains in a slot the metric aggregation and in b slot, a flag to indicate whether the metric is for a user custom attribute.
        Returns:
        the metrics
        Since:
        11.0.0
      • getEventFilter

        EventFilterData getEventFilter()
        Returns the eventFilter.
        Returns:
        the eventFilter
        Since:
        11.0.0
      • getInterval

        Tuple2<IAggregation,​java.util.function.Function<Object,​String>> getInterval()
        Returns the interval.
        Returns:
        the interval
        Since:
        11.0.0
      • getUserSegmentation

        UserSegmentationData getUserSegmentation()
        Returns the userSegmentation.
        Returns:
        the userSegmentation
        Since:
        11.0.0
      • getServiceInstanceConfig

        ServiceInstanceConfig getServiceInstanceConfig()
        Returns the serviceInstanceConfig.
        Returns:
        the serviceInstanceConfig
        Since:
        11.0.0
      • isStandard

        boolean isStandard()
        Returns whether this is a standard report.
        Returns:
        whether this is a standard report.
        Since:
        11.0.0