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-01-30T09:30:33.152574-06:00[America/Chicago]")
public class Feature
extends Object
implements Serializable
Feature
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanGet descriptiongetId()Get idgetLinks()Get linksgetName()Get namegetStage()Get stageGet statusgetType()Get typeinthashCode()voidsetDescription(String description) voidvoidvoidsetStage(FeatureStage stage) voidsetStatus(EnabledStatus status) voidsetType(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
-