Package com.okta.sdk.resource.model
Class IamRole
java.lang.Object
com.okta.sdk.resource.model.IamRole
- 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 IamRole
extends Object
implements Serializable
IamRole
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) boolean
Timestamp when the role was createdDescription of the rolegetId()
Unique key for the rolegetLabel()
Unique label for the roleTimestamp when the role was last updatedgetLinks()
Get linksint
hashCode()
links
(IamRoleLinks links) void
setDescription
(String description) void
void
setLinks
(IamRoleLinks links) toString()
-
Field Details
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_LABEL
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
IamRole
public IamRole()
-
-
Method Details
-
getCreated
Timestamp when the role was created- Returns:
- created
-
description
-
getDescription
Description of the role- Returns:
- description
-
setDescription
-
getId
Unique key for the role- Returns:
- id
-
label
-
getLabel
Unique label for the role- Returns:
- label
-
setLabel
-
getLastUpdated
Timestamp when the role was last updated- Returns:
- lastUpdated
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-