@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class Feature extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_LINKS |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_STAGE |
static String |
JSON_PROPERTY_STATUS |
static String |
JSON_PROPERTY_TYPE |
Constructor and Description |
---|
Feature() |
Modifier and Type | Method and Description |
---|---|
Feature |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
Get description
|
String |
getId()
Get id
|
LinksSelf |
getLinks()
Get links
|
String |
getName()
Get name
|
FeatureStage |
getStage()
Get stage
|
EnabledStatus |
getStatus()
Get status
|
FeatureType |
getType()
Get type
|
int |
hashCode() |
Feature |
links(LinksSelf links) |
Feature |
name(String name) |
void |
setDescription(String description) |
void |
setLinks(LinksSelf links) |
void |
setName(String name) |
void |
setStage(FeatureStage stage) |
void |
setStatus(EnabledStatus status) |
void |
setType(FeatureType type) |
Feature |
stage(FeatureStage stage) |
Feature |
status(EnabledStatus status) |
String |
toString() |
Feature |
type(FeatureType type) |
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_STAGE
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_LINKS
public void setDescription(String description)
public void setName(String name)
public Feature stage(FeatureStage stage)
@Nullable public FeatureStage getStage()
public void setStage(FeatureStage stage)
public Feature status(EnabledStatus status)
@Nullable public EnabledStatus getStatus()
public void setStatus(EnabledStatus status)
public Feature type(FeatureType type)
@Nullable public FeatureType getType()
public void setType(FeatureType type)
public void setLinks(LinksSelf links)
Copyright © 2017–2023 Okta. All rights reserved.