Package org.openapitools.client.model
Class ApplicationFeature
java.lang.Object
org.openapitools.client.model.ApplicationFeature
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class ApplicationFeature
extends Object
ApplicationFeature
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncapabilities(CapabilitiesObject capabilities) description(String description) booleanGet capabilitiesGet descriptiongetLinks()Get linksgetName()Get nameGet statusinthashCode()voidsetCapabilities(CapabilitiesObject capabilities) voidsetDescription(String description) voidvoidsetStatus(EnabledStatus status) status(EnabledStatus status) toString() 
- 
Field Details
- 
JSON_PROPERTY_CAPABILITIES
- See Also:
 
 - 
JSON_PROPERTY_DESCRIPTION
- See Also:
 
 - 
JSON_PROPERTY_NAME
- See Also:
 
 - 
JSON_PROPERTY_STATUS
- See Also:
 
 - 
JSON_PROPERTY_LINKS
- See Also:
 
 
 - 
 - 
Constructor Details
- 
ApplicationFeature
public ApplicationFeature() 
 - 
 - 
Method Details
- 
capabilities
 - 
getCapabilities
Get capabilities- Returns:
 - capabilities
 
 - 
setCapabilities
 - 
description
 - 
getDescription
Get description- Returns:
 - description
 
 - 
setDescription
 - 
name
 - 
getName
Get name- Returns:
 - name
 
 - 
setName
 - 
status
 - 
getStatus
Get status- Returns:
 - status
 
 - 
setStatus
 - 
getLinks
Get links- Returns:
 - links
 
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -