public class GetReminderNotificationsRequest extends Object implements KintoneRequest
| Constructor and Description |
|---|
GetReminderNotificationsRequest() |
| 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() |
GetReminderNotificationsRequest |
setApp(Long app)
The App ID (required).
|
GetReminderNotificationsRequest |
setLang(String lang)
The localization language setting (optional).
|
String |
toString() |
public Long getApp()
public String getLang()
public GetReminderNotificationsRequest setApp(Long app)
this.public GetReminderNotificationsRequest 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