Package com.okta.sdk.resource.model
Class BundleEntitlement
java.lang.Object
com.okta.sdk.resource.model.BundleEntitlement
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class BundleEntitlement
extends Object
implements Serializable
BundleEntitlement
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) boolean
Get descriptiongetId()
Get idgetLinks()
Get linksgetName()
Get namegetRole()
Get roleint
hashCode()
links
(BundleEntitlementLinks links) void
setDescription
(String description) void
void
setLinks
(BundleEntitlementLinks links) void
void
toString()
-
Field Details
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_ROLE
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
BundleEntitlement
public BundleEntitlement()
-
-
Method Details
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
id
-
getId
Get id- Returns:
- id
-
setId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
role
-
getRole
Get role- Returns:
- role
-
setRole
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-