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-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class PasswordPolicyRule
extends PolicyRule
implements Serializable
PasswordPolicyRule
- See Also:
-
Field Summary
Fields inherited from class com.okta.sdk.resource.model.PolicyRule
JSON_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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionactions
(PasswordPolicyRuleActions actions) conditions
(PasswordPolicyRuleConditions conditions) boolean
Get actionsGet conditionsint
hashCode()
void
setActions
(PasswordPolicyRuleActions actions) void
setConditions
(PasswordPolicyRuleConditions conditions) toString()
Methods inherited from class com.okta.sdk.resource.model.PolicyRule
getCreated, 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
-
PasswordPolicyRule
public PasswordPolicyRule()
-
-
Method Details
-
actions
-
getActions
Get actions- Returns:
- actions
-
setActions
-
conditions
-
getConditions
Get conditions- Returns:
- conditions
-
setConditions
-
equals
- Overrides:
equals
in classPolicyRule
-
hashCode
public int hashCode()- Overrides:
hashCode
in classPolicyRule
-
toString
- Overrides:
toString
in classPolicyRule
-