Package com.gooddata.md
Class ScheduledMailWhen
- java.lang.Object
-
- com.gooddata.md.ScheduledMailWhen
-
- All Implemented Interfaces:
Serializable
public class ScheduledMailWhen extends Object implements Serializable
Represents the start date and cron-like expression forScheduledMailmail schedule.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description ScheduledMailWhen()protectedScheduledMailWhen(String recurrency, org.joda.time.LocalDate startDate, String timeZone)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetRecurrency()org.joda.time.LocalDategetStartDate()StringgetTimeZone()inthashCode()voidsetRecurrency(String recurrency)voidsetStartDate(org.joda.time.LocalDate startDate)voidsetTimeZone(String timeZone)StringtoString()
-
-
-
Method Detail
-
getRecurrency
public String getRecurrency()
-
getStartDate
public org.joda.time.LocalDate getStartDate()
-
getTimeZone
public String getTimeZone()
-
setRecurrency
public void setRecurrency(String recurrency)
-
setStartDate
public void setStartDate(org.joda.time.LocalDate startDate)
-
setTimeZone
public void setTimeZone(String timeZone)
-
-