Class PerformanceReportItem

    • Constructor Detail

      • PerformanceReportItem

        public PerformanceReportItem()
    • Method Detail

      • getExperienceName

        public String getExperienceName()
        Returns the name of the experience
        Returns:
        the name of the experience, possibly null if this item represents the aggregated report data
      • setExperienceName

        public void setExperienceName​(String experienceName)
        Sets the specified experienceName.
        Parameters:
        experienceName - string representation of the experience name
      • getEntryCount

        public int getEntryCount()
        Returns the number of entries for this item.
        Returns:
        the number of entries
      • setEntryCount

        public void setEntryCount​(int entryCount)
        Sets the number of entries for this item.
        Parameters:
        entryCount - the number of entries
      • getConversionCount

        public int getConversionCount()
        Returns the number of conversions for this item.
        Returns:
        the number of conversions
      • setConversionCount

        public void setConversionCount​(int conversionCount)
        Sets the number of conversions for this item.
        Parameters:
        conversionCount - the number of conversions
      • getConversionRate

        public double getConversionRate()
        Getter and setter for the conversion rate field.
        Returns:
        the conversion rate
      • setConversionRate

        public void setConversionRate​(double conversionRate)
        Sets the conversion rate.
        Parameters:
        conversionRate - conversion rate
      • getLift

        public double getLift()
        Gets the lift value.
        Returns:
        the lift
      • setLift

        public void setLift​(double lift)
        Sets the lift value.
        Parameters:
        lift - the lift
      • getConfidence

        public double getConfidence()
        Gets the confidence.
        Returns:
        the confidence
      • setConfidence

        public void setConfidence​(double confidence)
        Sets the confidence.
        Parameters:
        confidence - the confidence
      • getEngagement

        public double getEngagement()
        Gets the engagement.
        Returns:
        the engagement
      • setEngagement

        public void setEngagement​(double engagement)
        Sets the engagement.
        Parameters:
        engagement - the engagement
      • getEngagementCount

        public int getEngagementCount()
        Gets the engagement count.
        Returns:
        the engagement count
      • setEngagementCount

        public void setEngagementCount​(int engagementCount)
        Gets the engagement count.
        Parameters:
        engagementCount - the engagement count
      • getEngagementTotal

        public double getEngagementTotal()
        Gets the engagement total.
        Returns:
        the engagement total
      • setEngagementTotal

        public void setEngagementTotal​(double engagementTotal)
        Sets the engagement total.
        Parameters:
        engagementTotal - the engagement total
      • getRPV

        public String getRPV()
        Gets the revenue per visitor.
        Returns:
        the revenue per visitor
      • setRPV

        public void setRPV​(String revenuePerVisitor)
        Sets the revenue per visitor.
        Parameters:
        revenuePerVisitor - the revenue per visitor
      • getAOV

        public String getAOV()
        Gets the average order value.
        Returns:
        the average order value
      • setAOV

        public void setAOV​(String averageOrderValue)
        Sets the average order value.
        Parameters:
        averageOrderValue - the average order value
      • getTotalSales

        public String getTotalSales()
        Gets the total sales.
        Returns:
        the total sales
      • setTotalSales

        public void setTotalSales​(String totalSales)
        Sets the total sales.
        Parameters:
        totalSales - the total sales