Package com.okta.sdk.resource.model
Class PolicyRule
java.lang.Object
com.okta.sdk.resource.model.PolicyRule
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccessPolicyRule
,AuthorizationServerPolicyRule
,IdpDiscoveryPolicyRule
,OktaSignOnPolicyRule
,PasswordPolicyRule
,ProfileEnrollmentPolicyRule
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-03-29T16:47:02.065887-05:00[America/Chicago]",
comments="Generator version: 7.4.0")
public class PolicyRule
extends Object
implements Serializable
PolicyRule
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Get createdorg.openapitools.jackson.nullable.JsonNullable
<OffsetDateTime> getId()
Get idGet lastUpdatedorg.openapitools.jackson.nullable.JsonNullable
<OffsetDateTime> getName()
Get nameGet priorityGet statusGet systemgetType()
Get typeint
hashCode()
void
void
void
setPriority
(Integer priority) void
setStatus
(LifecycleStatus status) void
void
setType
(PolicyRuleType type) status
(LifecycleStatus status) toString()
type
(PolicyRuleType type)
-
Field Details
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_PRIORITY
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_SYSTEM
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
type
-
-
Constructor Details
-
PolicyRule
public PolicyRule()
-
-
Method Details
-
getCreated
Get created- Returns:
- created
-
getCreated_JsonNullable
-
id
-
getId
Get id- Returns:
- id
-
setId
-
getLastUpdated
Get lastUpdated- Returns:
- lastUpdated
-
getLastUpdated_JsonNullable
-
name
-
getName
Get name- Returns:
- name
-
setName
-
priority
-
getPriority
Get priority- Returns:
- priority
-
setPriority
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
system
-
getSystem
Get system- Returns:
- system
-
setSystem
-
type
-
getType
Get type- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-