public class PerformanceReport extends Object
PerformanceReport contains performance reporting data about a single campaign| Constructor and Description |
|---|
PerformanceReport() |
| Modifier and Type | Method and Description |
|---|---|
void |
addItem(PerformanceReportItem item)
Adds a
PerformanceReportItem |
List<PerformanceReportItem> |
getItems()
Returns a list of
PerformanceReportItem |
PerformanceReportItem |
getTotalPerformance()
Returns the total performance for all experience contained in this report
|
String |
getWinningExperienceName()
Retrieves the name of the winning experience or an empty string if there is no winning experience in
the report
|
void |
setWinningExperienceName(String experienceName)
Sets the winning experience local id.
|
public void addItem(PerformanceReportItem item)
PerformanceReportItemitem - the item instance to add, must not be nullpublic List<PerformanceReportItem> getItems()
PerformanceReportItempublic void setWinningExperienceName(String experienceName)
experienceName - a String value representing the name of the winning experiencepublic String getWinningExperienceName()
public PerformanceReportItem getTotalPerformance()
The name field will always be set to null
Copyright © 2010 - 2020 Adobe. All Rights Reserved