public class Report extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Report.Repeat |
static class |
Report.StartType |
static class |
Report.Status |
static class |
Report.TimeRange |
static class |
Report.Type |
| Constructor and Description |
|---|
Report() |
public static final Integer INFINITE
public org.joda.time.DateTime getCreatedAt()
public void setCreatedAt(org.joda.time.DateTime createdAt)
public Report.Status getStatus()
public void setStatus(Report.Status status)
public String getTimeRangeStart()
public void setTimeRangeStart(org.joda.time.DateTime timeRangeStart)
public String getTimeRangeEnd()
public void setTimeRangeEnd(org.joda.time.DateTime timeRangeEnd)
public org.joda.time.DateTime getLastRun()
public Report.Type getType()
public void setType(Report.Type type)
public String getEmail()
public void setEmail(String email)
public String getCallbackUrl()
public void setCallbackUrl(String callbackUrl)
public Report.TimeRange getTimeRange()
public void setTimeRange(Report.TimeRange timeRange)
public Report.StartType getStartType()
public void setStartType(Report.StartType startType)
public Report.Repeat getRepeat()
public void setRepeat(Report.Repeat repeat)
public Integer getTimes()
public void setTimes(Integer times)
public static Integer getInfinite()
public String getNextRunDate()
public String getNextRunTime()
public void setNextRun(org.joda.time.DateTime time)
public void setLastRun(org.joda.time.DateTime time)
public org.joda.time.DateTime getNextRun()
public Integer getTimesRun()
public void setTimesRun(Integer timesRun)
public String getId()
public void setId(String id)
Copyright © 2014. All rights reserved.