Class PerformanceReportItem
java.lang.Object
com.day.cq.analytics.testandtarget.PerformanceReportItem
The
PerformanceReportItem is an entry in a PerformanceReport-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAOV()Gets the average order value.doubleGets the confidence.intReturns the number of conversions for this item.doubleGetter and setter for the conversion rate field.doubleGets the engagement.intGets the engagement count.doubleGets the engagement total.intReturns the number of entries for this item.Returns the name of the experiencedoublegetLift()Gets the lift value.getRPV()Gets the revenue per visitor.Gets the total sales.voidSets the average order value.voidsetConfidence(double confidence) Sets the confidence.voidsetConversionCount(int conversionCount) Sets the number of conversions for this item.voidsetConversionRate(double conversionRate) Sets the conversion rate.voidsetEngagement(double engagement) Sets the engagement.voidsetEngagementCount(int engagementCount) Gets the engagement count.voidsetEngagementTotal(double engagementTotal) Sets the engagement total.voidsetEntryCount(int entryCount) Sets the number of entries for this item.voidsetExperienceName(String experienceName) Sets the specifiedexperienceName.voidsetLift(double lift) Sets the lift value.voidSets the revenue per visitor.voidsetTotalSales(String totalSales) Sets the total sales.
-
Constructor Details
-
PerformanceReportItem
public PerformanceReportItem()
-
-
Method Details
-
getExperienceName
Returns the name of the experience- Returns:
- the name of the experience, possibly
nullif this item represents the aggregated report data
-
setExperienceName
Sets the specifiedexperienceName.- 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
Gets the revenue per visitor.- Returns:
- the revenue per visitor
-
setRPV
Sets the revenue per visitor.- Parameters:
revenuePerVisitor- the revenue per visitor
-
getAOV
Gets the average order value.- Returns:
- the average order value
-
setAOV
Sets the average order value.- Parameters:
averageOrderValue- the average order value
-
getTotalSales
Gets the total sales.- Returns:
- the total sales
-
setTotalSales
Sets the total sales.- Parameters:
totalSales- the total sales
-