Package com.okta.sdk.resource.model
Class Realm
java.lang.Object
com.okta.sdk.resource.model.Realm
- 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 Realm
extends Object
implements Serializable
Realm
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Timestamp when the Realm was createdgetId()
Unique key for the RealmConveys whether the Realm is the defaultTimestamp when the Realm was last updatedgetLinks()
Get linksGet profileint
hashCode()
profile
(RealmProfile profile) void
void
setProfile
(RealmProfile profile) toString()
-
Field Details
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_IS_DEFAULT
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_PROFILE
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
Realm
public Realm()
-
-
Method Details
-
getCreated
Timestamp when the Realm was created- Returns:
- created
-
getId
Unique key for the Realm- Returns:
- id
-
getIsDefault
Conveys whether the Realm is the default- Returns:
- isDefault
-
getLastUpdated
Timestamp when the Realm was last updated- Returns:
- lastUpdated
-
profile
-
getProfile
Get profile- Returns:
- profile
-
setProfile
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-