Package org.openapitools.client.model
Class OktaSignOnPolicyRule
java.lang.Object
org.openapitools.client.model.PolicyRule
org.openapitools.client.model.OktaSignOnPolicyRule
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class OktaSignOnPolicyRule
extends PolicyRule
OktaSignOnPolicyRule
-
Field Summary
FieldsFields inherited from class org.openapitools.client.model.PolicyRule
JSON_PROPERTY_CREATED, JSON_PROPERTY_ID, JSON_PROPERTY_LAST_UPDATED, JSON_PROPERTY_NAME, JSON_PROPERTY_PRIORITY, JSON_PROPERTY_STATUS, JSON_PROPERTY_SYSTEM, JSON_PROPERTY_TYPE, type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactions
(OktaSignOnPolicyRuleActions actions) conditions
(OktaSignOnPolicyRuleConditions conditions) boolean
Get actionsGet conditionsint
hashCode()
void
setActions
(OktaSignOnPolicyRuleActions actions) void
setConditions
(OktaSignOnPolicyRuleConditions conditions) toString()
Methods inherited from class org.openapitools.client.model.PolicyRule
getCreated, getCreated_JsonNullable, getId, getLastUpdated, getLastUpdated_JsonNullable, getName, getPriority, getStatus, getSystem, getType, id, name, priority, setId, setName, setPriority, setStatus, setSystem, setType, status, system, type
-
Field Details
-
JSON_PROPERTY_ACTIONS
- See Also:
-
JSON_PROPERTY_CONDITIONS
- See Also:
-
-
Constructor Details
-
OktaSignOnPolicyRule
public OktaSignOnPolicyRule()
-
-
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
-