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