public class Report extends Object
| Constructor and Description |
|---|
Report(String campaignId,
Date start,
Date end,
Resolution resolution,
ReportType type) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSample(Sample sample) |
String |
getCampaignId() |
Date |
getEnd() |
Resolution |
getResolution() |
List<Sample> |
getSamples() |
Date |
getStart() |
ReportType |
getType() |
public Report(String campaignId, Date start, Date end, Resolution resolution, ReportType type)
public void addSample(Sample sample)
public String getCampaignId()
public Date getStart()
public Date getEnd()
public Resolution getResolution()
public ReportType getType()
"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"