Package com.okta.sdk.resource.model
Class ResourceSet
java.lang.Object
com.okta.sdk.resource.model.ResourceSet
- 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 ResourceSet
extends Object
implements Serializable
ResourceSet
- 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 ID for the Resource Set objectgetLabel()
Unique label for the Resource SetTimestamp when the role was last updatedgetLinks()
Get linksint
hashCode()
links
(ResourceSetLinks links) void
setDescription
(String description) void
void
setLinks
(ResourceSetLinks 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
-
ResourceSet
public ResourceSet()
-
-
Method Details
-
getCreated
Timestamp when the role was created- Returns:
- created
-
description
-
getDescription
Description of the Resource Set- Returns:
- description
-
setDescription
-
getId
Unique ID for the Resource Set object- Returns:
- id
-
label
-
getLabel
Unique label for the Resource Set- 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
-