public class PerRecordNotification
extends Object
| Constructor and Description |
|---|
PerRecordNotification() |
| 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 Per Record Notification.
|
String |
getTitle()
The notification subject.
|
int |
hashCode() |
PerRecordNotification |
setFilterCond(String filterCond)
The record's filter condition in query string format.
|
PerRecordNotification |
setTargets(List<NotificationTarget> targets)
An array of objects containing the recipients of the Per Record Notification.
|
PerRecordNotification |
setTitle(String title)
The notification subject.
|
String |
toString() |
public String getTitle()
public String getFilterCond()
public List<NotificationTarget> getTargets()
public PerRecordNotification setTitle(String title)
this.public PerRecordNotification setFilterCond(String filterCond)
this.public PerRecordNotification 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