public class GetReminderNotificationsPreviewRequest extends Object implements KintoneRequest
| Constructor and Description |
|---|
GetReminderNotificationsPreviewRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Long |
getApp()
The App ID (required).
|
String |
getLang()
The localization language setting (optional).
|
int |
hashCode() |
GetReminderNotificationsPreviewRequest |
setApp(Long app)
The App ID (required).
|
GetReminderNotificationsPreviewRequest |
setLang(String lang)
The localization language setting (optional).
|
String |
toString() |
public GetReminderNotificationsPreviewRequest()
public Long getApp()
public String getLang()
public GetReminderNotificationsPreviewRequest setApp(Long app)
this.public GetReminderNotificationsPreviewRequest setLang(String lang)
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