Package com.okta.sdk.resource.model
Class GovernanceBundle
java.lang.Object
com.okta.sdk.resource.model.GovernanceBundle
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
comments="Generator version: 7.8.0")
public class GovernanceBundle
extends Object
implements Serializable
GovernanceBundle
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanGet descriptiongetId()Get idgetLinks()Get linksgetName()Get namegetOrn()Get ornGet statusinthashCode()links(GovernanceBundleLinks links) voidsetDescription(String description) voidvoidsetLinks(GovernanceBundleLinks links) voidvoidvoidtoString()
-
Field Details
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_ORN
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
GovernanceBundle
public GovernanceBundle()
-
-
Method Details
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
id
-
getId
Get id- Returns:
- id
-
setId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
orn
-
getOrn
Get orn- Returns:
- orn
-
setOrn
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-