public class PerformanceReportItem
extends java.lang.Object
PerformanceReport
Constructor and Description |
---|
PerformanceReportItem() |
Modifier and Type | Method and 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.
|
public java.lang.String getExperienceName()
null
if this item represents the aggregated report datapublic void setExperienceName(java.lang.String experienceName)
experienceName
.experienceName
- string representation of the experience namepublic int getEntryCount()
public void setEntryCount(int entryCount)
entryCount
- the number of entriespublic int getConversionCount()
public void setConversionCount(int conversionCount)
conversionCount
- the number of conversionspublic double getConversionRate()
public void setConversionRate(double conversionRate)
conversionRate
- conversion ratepublic double getLift()
public void setLift(double lift)
lift
- the liftpublic double getConfidence()
public void setConfidence(double confidence)
confidence
- the confidencepublic double getEngagement()
public void setEngagement(double engagement)
engagement
- the engagementpublic int getEngagementCount()
public void setEngagementCount(int engagementCount)
engagementCount
- the engagement countpublic double getEngagementTotal()
public void setEngagementTotal(double engagementTotal)
engagementTotal
- the engagement totalpublic java.lang.String getRPV()
public void setRPV(java.lang.String revenuePerVisitor)
revenuePerVisitor
- the revenue per visitorpublic java.lang.String getAOV()
public void setAOV(java.lang.String averageOrderValue)
averageOrderValue
- the average order valuepublic java.lang.String getTotalSales()
public void setTotalSales(java.lang.String totalSales)
totalSales
- the total salesCopyright © 2010 - 2020 Adobe. All Rights Reserved