Package com.okta.sdk.resource.model
Class Policy
java.lang.Object
com.okta.sdk.resource.model.Policy
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccessPolicy,AuthorizationServerPolicy,MultifactorEnrollmentPolicy,OktaSignOnPolicy,PasswordPolicy,ProfileEnrollmentPolicy
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-30T09:30:33.152574-06:00[America/Chicago]")
public class Policy
extends Object
implements Serializable
Policy
- See Also:
-
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) voidvoidvoidsetPriority(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
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-