Package org.openapitools.client.model
Class PolicyRule
java.lang.Object
org.openapitools.client.model.PolicyRule
- Direct Known Subclasses:
 AccessPolicyRule,AuthorizationServerPolicyRule,OktaSignOnPolicyRule,PasswordPolicyRule,ProfileEnrollmentPolicyRule
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class PolicyRule
extends Object
PolicyRule
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanGet createdorg.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>getId()Get idGet lastUpdatedorg.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>getName()Get nameGet priorityGet statusGet systemgetType()Get typeinthashCode()voidvoidvoidsetPriority(Integer priority) voidsetStatus(LifecycleStatus status) voidvoidsetType(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
 
 -