@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-29T14:11:29.890-05:00[America/Chicago]") public class PasswordPolicyRecoveryEmail extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_PROPERTIES  | 
static String | 
JSON_PROPERTY_STATUS  | 
| Constructor and Description | 
|---|
PasswordPolicyRecoveryEmail()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(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)  | 
String | 
toString()  | 
public static final String JSON_PROPERTY_PROPERTIES
public static final 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)
Copyright © 2017–2023 Okta. All rights reserved.