@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class PasswordPolicyRecoveryEmail
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JSON_PROPERTY_PROPERTIES |
static java.lang.String |
JSON_PROPERTY_STATUS |
| Constructor and Description |
|---|
PasswordPolicyRecoveryEmail() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
PasswordPolicyRecoveryEmailProperties |
getProperties()
Get properties
|
LifecycleStatus |
getStatus()
Get status
|
int |
hashCode() |
PasswordPolicyRecoveryEmail |
properties(PasswordPolicyRecoveryEmailProperties properties) |
void |
setProperties(PasswordPolicyRecoveryEmailProperties properties) |
void |
setStatus(LifecycleStatus status) |
PasswordPolicyRecoveryEmail |
status(LifecycleStatus status) |
java.lang.String |
toString() |
public static final java.lang.String JSON_PROPERTY_PROPERTIES
public static final java.lang.String JSON_PROPERTY_STATUS
public PasswordPolicyRecoveryEmail properties(PasswordPolicyRecoveryEmailProperties properties)
@Nullable public PasswordPolicyRecoveryEmailProperties getProperties()
public void setProperties(PasswordPolicyRecoveryEmailProperties properties)
public PasswordPolicyRecoveryEmail status(LifecycleStatus status)
@Nullable public LifecycleStatus getStatus()
public void setStatus(LifecycleStatus status)
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.ObjectCopyright © 2017-2022 Okta. All Rights Reserved.