Package org.openapitools.client.model
Class Realm
java.lang.Object
org.openapitools.client.model.Realm
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-14T14:39:12.692995-05:00[America/Chicago]")
public class Realm
extends Object
Realm
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Timestamp when the realm was createdgetId()
Unique key for the realmConveys whether the realm is default or notTimestamp 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 default or not- 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
-