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-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class ResourceSetResource
extends Object
implements Serializable
ResourceSetResource
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Timestamp when the Resource Set Resource object was createdgetId()
Unique ID of the Resource Set Resource objectTimestamp when this object was last updatedgetLinks()
Get linksgetOrn()
The Okta Resource Name (ORN) of the resourceint
hashCode()
links
(ResourceSetResourceLinks links) void
setLinks
(ResourceSetResourceLinks links) void
toString()
-
Field Details
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_ORN
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
ResourceSetResource
public ResourceSetResource()
-
-
Method Details
-
getCreated
Timestamp when the Resource Set Resource object was created- Returns:
- created
-
getId
Unique ID of the Resource Set Resource object- Returns:
- id
-
getLastUpdated
Timestamp when this object was last updated- Returns:
- lastUpdated
-
orn
-
getOrn
The Okta Resource Name (ORN) of the resource- Returns:
- orn
-
setOrn
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-