@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2021-05-31T21:28:45.755389-07:00[America/Los_Angeles]")
public class GetNotificationSettingsResponse
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERIALIZED_NAME_NOTIFICATION_SETTINGS |
| Constructor and Description |
|---|
GetNotificationSettingsResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
NotificationSettings |
getNotificationSettings()
Get notificationSettings
|
int |
hashCode() |
GetNotificationSettingsResponse |
notificationSettings(NotificationSettings notificationSettings) |
void |
setNotificationSettings(NotificationSettings notificationSettings) |
java.lang.String |
toString() |
public static final java.lang.String SERIALIZED_NAME_NOTIFICATION_SETTINGS
public GetNotificationSettingsResponse notificationSettings(NotificationSettings notificationSettings)
@Nullable public NotificationSettings getNotificationSettings()
public void setNotificationSettings(NotificationSettings notificationSettings)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object