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