Package com.okta.sdk.resource.model
Class ResourceSetResource
java.lang.Object
com.okta.sdk.resource.model.ResourceSetResource
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-03-29T16:47:02.065887-05:00[America/Chicago]",
comments="Generator version: 7.4.0")
public class ResourceSetResource
extends Object
implements Serializable
ResourceSetResource
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) boolean
Timestamp when the role was createdDescription of the Resource SetgetId()
Unique key for the roleTimestamp when the role was last updatedgetLinks()
Get linksint
hashCode()
void
setDescription
(String description) void
toString()
-
Field Details
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
ResourceSetResource
public ResourceSetResource()
-
-
Method Details
-
getCreated
Timestamp when the role was created- Returns:
- created
-
description
-
getDescription
Description of the Resource Set- Returns:
- description
-
setDescription
-
getId
Unique key for the role- Returns:
- id
-
getLastUpdated
Timestamp when the role was last updated- Returns:
- lastUpdated
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-