@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class PasswordPolicyRecoveryEmailProperties
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
JSON_PROPERTY_RECOVERY_TOKEN  | 
| Constructor and Description | 
|---|
PasswordPolicyRecoveryEmailProperties()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(java.lang.Object o)  | 
PasswordPolicyRecoveryEmailRecoveryToken | 
getRecoveryToken()
Get recoveryToken 
 | 
int | 
hashCode()  | 
PasswordPolicyRecoveryEmailProperties | 
recoveryToken(PasswordPolicyRecoveryEmailRecoveryToken recoveryToken)  | 
void | 
setRecoveryToken(PasswordPolicyRecoveryEmailRecoveryToken recoveryToken)  | 
java.lang.String | 
toString()  | 
public static final java.lang.String JSON_PROPERTY_RECOVERY_TOKEN
public PasswordPolicyRecoveryEmailProperties()
public PasswordPolicyRecoveryEmailProperties recoveryToken(PasswordPolicyRecoveryEmailRecoveryToken recoveryToken)
@Nullable public PasswordPolicyRecoveryEmailRecoveryToken getRecoveryToken()
public void setRecoveryToken(PasswordPolicyRecoveryEmailRecoveryToken recoveryToken)
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.