Package org.openapitools.client.model
Class Policy
java.lang.Object
org.openapitools.client.model.Policy
- Direct Known Subclasses:
 AccessPolicy,AuthorizationServerPolicy,IdentityProviderPolicy,MultifactorEnrollmentPolicy,OktaSignOnPolicy,PasswordPolicy,ProfileEnrollmentPolicy
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class Policy
extends Object
Policy
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanGet createdGet descriptionGet embeddedgetId()Get idGet lastUpdatedgetLinks()Get linksgetName()Get nameGet priorityGet statusGet systemgetType()Get typeinthashCode()voidsetDescription(String description) voidvoidsetPriority(Integer priority) voidsetStatus(LifecycleStatus status) voidvoidsetType(PolicyType type) status(LifecycleStatus status) toString()type(PolicyType type)  
- 
Field Details
- 
JSON_PROPERTY_CREATED
- See Also:
 
 - 
JSON_PROPERTY_DESCRIPTION
- 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
 - 
JSON_PROPERTY_EMBEDDED
- See Also:
 
 - 
JSON_PROPERTY_LINKS
- See Also:
 
 
 - 
 - 
Constructor Details
- 
Policy
public Policy() 
 - 
 - 
Method Details
- 
getCreated
Get created- Returns:
 - created
 
 - 
description
 - 
getDescription
Get description- Returns:
 - description
 
 - 
setDescription
 - 
getId
Get id- Returns:
 - id
 
 - 
getLastUpdated
Get lastUpdated- Returns:
 - lastUpdated
 
 - 
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
 - 
getEmbedded
Get embedded- Returns:
 - embedded
 
 - 
getLinks
Get links- Returns:
 - links
 
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -