public class ReminderNotification
extends Object
| Constructor and Description |
|---|
ReminderNotification() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getFilterCond()
The record's filter condition in query string format.
|
List<NotificationTarget> |
getTargets()
An array of objects containing the recipients of the Reminder Notification.
|
ReminderTiming |
getTiming()
An object containing the Reminder notification's timing.
|
String |
getTitle()
The notification subject.
|
int |
hashCode() |
ReminderNotification |
setFilterCond(String filterCond)
The record's filter condition in query string format.
|
ReminderNotification |
setTargets(List<NotificationTarget> targets)
An array of objects containing the recipients of the Reminder Notification.
|
ReminderNotification |
setTiming(ReminderTiming timing)
An object containing the Reminder notification's timing.
|
ReminderNotification |
setTitle(String title)
The notification subject.
|
String |
toString() |
public String getTitle()
public String getFilterCond()
public ReminderTiming getTiming()
public List<NotificationTarget> getTargets()
public ReminderNotification setTitle(String title)
this.public ReminderNotification setFilterCond(String filterCond)
this.public ReminderNotification setTiming(ReminderTiming timing)
this.public ReminderNotification setTargets(List<NotificationTarget> targets)
this.public boolean equals(Object o)
equals in class Objectprotected boolean canEqual(Object other)
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object