@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T04:14:02.238-06:00[America/Chicago]") public class ResourceSetResource extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_CREATED |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_LAST_UPDATED |
static String |
JSON_PROPERTY_LINKS |
Constructor and Description |
---|
ResourceSetResource() |
Modifier and Type | Method and Description |
---|---|
ResourceSetResource |
description(String description) |
boolean |
equals(Object o) |
OffsetDateTime |
getCreated()
Timestamp when the role was created
|
String |
getDescription()
Description of the resource set
|
String |
getId()
Unique key for the role
|
OffsetDateTime |
getLastUpdated()
Timestamp when the role was last updated
|
Map<String,Object> |
getLinks()
Get links
|
int |
hashCode() |
void |
setDescription(String description) |
String |
toString() |
public static final String JSON_PROPERTY_CREATED
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_LAST_UPDATED
public static final String JSON_PROPERTY_LINKS
@Nullable public OffsetDateTime getCreated()
public ResourceSetResource description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
@Nullable public OffsetDateTime getLastUpdated()
Copyright © 2017–2023 Okta. All rights reserved.