Package com.okta.sdk.resource.model
Class PasswordPolicyRule
java.lang.Object
com.okta.sdk.resource.model.PolicyRule
com.okta.sdk.resource.model.PasswordPolicyRule
- All Implemented Interfaces:
- Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
           comments="Generator version: 7.8.0")
public class PasswordPolicyRule
extends PolicyRule
implements Serializable
PasswordPolicyRule
- See Also:
- 
Field SummaryFieldsFields inherited from class com.okta.sdk.resource.model.PolicyRuleJSON_PROPERTY_CREATED, JSON_PROPERTY_ID, JSON_PROPERTY_LAST_UPDATED, JSON_PROPERTY_LINKS, JSON_PROPERTY_NAME, JSON_PROPERTY_PRIORITY, JSON_PROPERTY_STATUS, JSON_PROPERTY_SYSTEM, JSON_PROPERTY_TYPE, type
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionactions(PasswordPolicyRuleActions actions) conditions(PasswordPolicyRuleConditions conditions) booleanGet actionsGet conditionsinthashCode()voidsetActions(PasswordPolicyRuleActions actions) voidsetConditions(PasswordPolicyRuleConditions conditions) toString()Methods inherited from class com.okta.sdk.resource.model.PolicyRulegetCreated, getCreated_JsonNullable, getId, getLastUpdated, getLastUpdated_JsonNullable, getLinks, getName, getPriority, getStatus, getSystem, getType, id, links, name, priority, setId, setLinks, setName, setPriority, setStatus, setSystem, setType, status, system, type
- 
Field Details- 
JSON_PROPERTY_ACTIONS- See Also:
 
- 
JSON_PROPERTY_CONDITIONS- See Also:
 
 
- 
- 
Constructor Details- 
PasswordPolicyRulepublic PasswordPolicyRule()
 
- 
- 
Method Details- 
actions
- 
getActionsGet actions- Returns:
- actions
 
- 
setActions
- 
conditions
- 
getConditionsGet conditions- Returns:
- conditions
 
- 
setConditions
- 
equals- Overrides:
- equalsin class- PolicyRule
 
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- PolicyRule
 
- 
toString- Overrides:
- toStringin class- PolicyRule
 
 
-