Class PerformanceReportRequest
java.lang.Object
com.day.cq.analytics.testandtarget.PerformanceReportRequest
The
PerformanceReportRequest encapsulates all needed data for a
TestandtargetService.getPerformanceReport(com.day.cq.wcm.webservicesupport.Configuration, PerformanceReportRequest)
call-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PerformanceReportRequestforCampaignId(long campaignId) Creates a new instance for the specified campaignIdlonggetEnd()Gets the TnT report parameter map for this requestgetStart()getStep()setSuccessMetric(String successMetric)
-
Constructor Details
-
PerformanceReportRequest
public PerformanceReportRequest()
-
-
Method Details
-
forCampaignId
Creates a new instance for the specified campaignId- Parameters:
campaignId- the id of the Test&Target campaign- Returns:
- a new request instance
-
setStart
-
setEnd
-
setSuccessMetric
-
setStep
-
getSuccessMetric
-
getStep
-
getCampaignId
public long getCampaignId() -
getStart
-
getEnd
-
getParameters
Gets the TnT report parameter map for this request- Returns:
- a
Mapcontaining the report request parameters
-