Package com.okta.sdk.resource.model
Class Feature
java.lang.Object
com.okta.sdk.resource.model.Feature
- All Implemented Interfaces:
Serializable
@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 Feature
extends Object
implements Serializable
Feature
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) boolean
Get descriptiongetId()
Get idgetLinks()
Get linksgetName()
Get namegetStage()
Get stageGet statusgetType()
Get typeint
hashCode()
void
setDescription
(String description) void
void
void
setStage
(FeatureStage stage) void
setStatus
(EnabledStatus status) void
setType
(FeatureType type) stage
(FeatureStage stage) status
(EnabledStatus status) toString()
type
(FeatureType type)
-
Field Details
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_STAGE
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
Feature
public Feature()
-
-
Method Details
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
getId
Get id- Returns:
- id
-
name
-
getName
Get name- Returns:
- name
-
setName
-
stage
-
getStage
Get stage- Returns:
- stage
-
setStage
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
type
-
getType
Get type- Returns:
- type
-
setType
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-