public class GetPerRecordNotificationsPreviewResponseBody extends Object implements KintoneResponseBody
| Constructor and Description |
|---|
GetPerRecordNotificationsPreviewResponseBody(List<PerRecordNotification> notifications,
long revision)
Creates a new
GetPerRecordNotificationsPreviewResponseBody instance. |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<PerRecordNotification> |
getNotifications()
An array of objects containing data of the Per Record Notification settings.
|
long |
getRevision()
The revision number of the App settings.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"notifications","revision"})
public GetPerRecordNotificationsPreviewResponseBody(List<PerRecordNotification> notifications,
long revision)
GetPerRecordNotificationsPreviewResponseBody instance.notifications - An array of objects containing data of the Per Record Notification settings.revision - The revision number of the App settings.public List<PerRecordNotification> getNotifications()
public long getRevision()
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