Class PerformanceReportItem
- java.lang.Object
-
- com.day.cq.analytics.testandtarget.PerformanceReportItem
-
public class PerformanceReportItem extends java.lang.ObjectThePerformanceReportItemis an entry in aPerformanceReport
-
-
Constructor Summary
Constructors Constructor Description PerformanceReportItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAOV()Gets the average order value.doublegetConfidence()Gets the confidence.intgetConversionCount()Returns the number of conversions for this item.doublegetConversionRate()Getter and setter for the conversion rate field.doublegetEngagement()Gets the engagement.intgetEngagementCount()Gets the engagement count.doublegetEngagementTotal()Gets the engagement total.intgetEntryCount()Returns the number of entries for this item.java.lang.StringgetExperienceName()Returns the name of the experiencedoublegetLift()Gets the lift value.java.lang.StringgetRPV()Gets the revenue per visitor.java.lang.StringgetTotalSales()Gets the total sales.voidsetAOV(java.lang.String averageOrderValue)Sets 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(java.lang.String experienceName)Sets the specifiedexperienceName.voidsetLift(double lift)Sets the lift value.voidsetRPV(java.lang.String revenuePerVisitor)Sets the revenue per visitor.voidsetTotalSales(java.lang.String totalSales)Sets the total sales.
-
-
-
Method Detail
-
getExperienceName
public java.lang.String getExperienceName()
Returns the name of the experience- Returns:
- the name of the experience, possibly
nullif this item represents the aggregated report data
-
setExperienceName
public void setExperienceName(java.lang.String experienceName)
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
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
-
-