@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class RateLimitAdminNotifications
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JSON_PROPERTY_NOTIFICATIONS_ENABLED |
Constructor and Description |
---|
RateLimitAdminNotifications() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Boolean |
getNotificationsEnabled()
Get notificationsEnabled
|
int |
hashCode() |
RateLimitAdminNotifications |
notificationsEnabled(java.lang.Boolean notificationsEnabled) |
void |
setNotificationsEnabled(java.lang.Boolean notificationsEnabled) |
java.lang.String |
toString() |
public static final java.lang.String JSON_PROPERTY_NOTIFICATIONS_ENABLED
public RateLimitAdminNotifications notificationsEnabled(java.lang.Boolean notificationsEnabled)
@Nonnull public java.lang.Boolean getNotificationsEnabled()
public void setNotificationsEnabled(java.lang.Boolean notificationsEnabled)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2017-2022 Okta. All Rights Reserved.