Class CalendarRepeatRule
- java.lang.Object
-
- org.prebid.mobile.rendering.sdk.calendar.CalendarRepeatRule
-
public final class CalendarRepeatRule extends java.lang.ObjectWraps an JSON calendar repeat rule element.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCalendarRepeatRule.Frequency
-
Constructor Summary
Constructors Constructor Description CalendarRepeatRule(org.json.JSONObject params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Short[]getDaysInMonth()java.lang.Short[]getDaysInWeek()java.lang.Short[]getDaysInYear()DateWrapper[]getExceptionDates()DateWrappergetExpires()CalendarRepeatRule.FrequencygetFrequency()java.lang.IntegergetInterval()java.lang.Short[]getMonthsInYear()java.lang.Short[]getWeeksInMonth()voidsetDaysInMonth(java.lang.Short[] daysInMonth)voidsetDaysInWeek(java.lang.Short[] daysInWeek)voidsetDaysInYear(java.lang.Short[] daysInYear)voidsetExceptionDates(java.lang.String[] exceptionDates)voidsetExpires(java.lang.String expires)voidsetFrequency(CalendarRepeatRule.Frequency frequency)voidsetInterval(java.lang.Integer interval)voidsetMonthsInYear(java.lang.Short[] monthsInYear)voidsetWeeksInMonth(java.lang.Short[] weeksInMonth)
-
-
-
Method Detail
-
getFrequency
public CalendarRepeatRule.Frequency getFrequency()
-
setFrequency
public void setFrequency(CalendarRepeatRule.Frequency frequency)
-
getInterval
public java.lang.Integer getInterval()
-
setInterval
public void setInterval(java.lang.Integer interval)
-
getExpires
public DateWrapper getExpires()
-
setExpires
public void setExpires(java.lang.String expires)
-
getExceptionDates
public DateWrapper[] getExceptionDates()
-
setExceptionDates
public void setExceptionDates(java.lang.String[] exceptionDates)
-
getDaysInWeek
public java.lang.Short[] getDaysInWeek()
-
setDaysInWeek
public void setDaysInWeek(java.lang.Short[] daysInWeek)
-
getDaysInMonth
public java.lang.Short[] getDaysInMonth()
-
setDaysInMonth
public void setDaysInMonth(java.lang.Short[] daysInMonth)
-
getDaysInYear
public java.lang.Short[] getDaysInYear()
-
setDaysInYear
public void setDaysInYear(java.lang.Short[] daysInYear)
-
getWeeksInMonth
public java.lang.Short[] getWeeksInMonth()
-
setWeeksInMonth
public void setWeeksInMonth(java.lang.Short[] weeksInMonth)
-
getMonthsInYear
public java.lang.Short[] getMonthsInYear()
-
setMonthsInYear
public void setMonthsInYear(java.lang.Short[] monthsInYear)
-
-