Class PerformanceReportItem


  • public class PerformanceReportItem
    extends java.lang.Object
    The PerformanceReportItem is an entry in a PerformanceReport
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAOV()
      Gets the average order value.
      double getConfidence()
      Gets the confidence.
      int getConversionCount()
      Returns the number of conversions for this item.
      double getConversionRate()
      Getter and setter for the conversion rate field.
      double getEngagement()
      Gets the engagement.
      int getEngagementCount()
      Gets the engagement count.
      double getEngagementTotal()
      Gets the engagement total.
      int getEntryCount()
      Returns the number of entries for this item.
      java.lang.String getExperienceName()
      Returns the name of the experience
      double getLift()
      Gets the lift value.
      java.lang.String getRPV()
      Gets the revenue per visitor.
      java.lang.String getTotalSales()
      Gets the total sales.
      void setAOV​(java.lang.String averageOrderValue)
      Sets the average order value.
      void setConfidence​(double confidence)
      Sets the confidence.
      void setConversionCount​(int conversionCount)
      Sets the number of conversions for this item.
      void setConversionRate​(double conversionRate)
      Sets the conversion rate.
      void setEngagement​(double engagement)
      Sets the engagement.
      void setEngagementCount​(int engagementCount)
      Gets the engagement count.
      void setEngagementTotal​(double engagementTotal)
      Sets the engagement total.
      void setEntryCount​(int entryCount)
      Sets the number of entries for this item.
      void setExperienceName​(java.lang.String experienceName)
      Sets the specified experienceName.
      void setLift​(double lift)
      Sets the lift value.
      void setRPV​(java.lang.String revenuePerVisitor)
      Sets the revenue per visitor.
      void setTotalSales​(java.lang.String totalSales)
      Sets the total sales.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PerformanceReportItem

        public PerformanceReportItem()
    • Method Detail

      • getExperienceName

        public java.lang.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​(java.lang.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 java.lang.String getRPV()
        Gets the revenue per visitor.
        Returns:
        the revenue per visitor
      • setRPV

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

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

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

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

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