@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-29T14:11:29.890-05:00[America/Chicago]") public class PasswordPolicyPasswordSettingsAge extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_EXPIRE_WARN_DAYS  | 
static String | 
JSON_PROPERTY_HISTORY_COUNT  | 
static String | 
JSON_PROPERTY_MAX_AGE_DAYS  | 
static String | 
JSON_PROPERTY_MIN_AGE_MINUTES  | 
| Constructor and Description | 
|---|
PasswordPolicyPasswordSettingsAge()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
PasswordPolicyPasswordSettingsAge | 
expireWarnDays(Integer expireWarnDays)  | 
Integer | 
getExpireWarnDays()
Get expireWarnDays 
 | 
Integer | 
getHistoryCount()
Get historyCount 
 | 
Integer | 
getMaxAgeDays()
Get maxAgeDays 
 | 
Integer | 
getMinAgeMinutes()
Get minAgeMinutes 
 | 
int | 
hashCode()  | 
PasswordPolicyPasswordSettingsAge | 
historyCount(Integer historyCount)  | 
PasswordPolicyPasswordSettingsAge | 
maxAgeDays(Integer maxAgeDays)  | 
PasswordPolicyPasswordSettingsAge | 
minAgeMinutes(Integer minAgeMinutes)  | 
void | 
setExpireWarnDays(Integer expireWarnDays)  | 
void | 
setHistoryCount(Integer historyCount)  | 
void | 
setMaxAgeDays(Integer maxAgeDays)  | 
void | 
setMinAgeMinutes(Integer minAgeMinutes)  | 
String | 
toString()  | 
public static final String JSON_PROPERTY_EXPIRE_WARN_DAYS
public static final String JSON_PROPERTY_HISTORY_COUNT
public static final String JSON_PROPERTY_MAX_AGE_DAYS
public static final String JSON_PROPERTY_MIN_AGE_MINUTES
public PasswordPolicyPasswordSettingsAge expireWarnDays(Integer expireWarnDays)
@Nullable public Integer getExpireWarnDays()
public void setExpireWarnDays(Integer expireWarnDays)
public PasswordPolicyPasswordSettingsAge historyCount(Integer historyCount)
public void setHistoryCount(Integer historyCount)
public PasswordPolicyPasswordSettingsAge maxAgeDays(Integer maxAgeDays)
public void setMaxAgeDays(Integer maxAgeDays)
public PasswordPolicyPasswordSettingsAge minAgeMinutes(Integer minAgeMinutes)
@Nullable public Integer getMinAgeMinutes()
public void setMinAgeMinutes(Integer minAgeMinutes)
Copyright © 2017–2023 Okta. All rights reserved.