public class User extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected OffsetDateTime |
plannedPurgeDate |
protected Long |
scope |
protected CreationEntityState |
state |
protected UserType |
userType |
protected Integer |
version |
| Constructor and Description |
|---|
User() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getId()
A unique identifier for the object.
|
OffsetDateTime |
getPlannedPurgeDate()
The date and time when the object is planned to be permanently removed.
|
Long |
getScope()
The scope that the user belongs to.
|
CreationEntityState |
getState()
The object's current state.
|
UserType |
getUserType()
The user's type which defines its role and capabilities.
|
Integer |
getVersion()
The version is used for optimistic locking and incremented whenever the object is updated.
|
int |
hashCode() |
String |
toString() |
protected Long id
protected OffsetDateTime plannedPurgeDate
protected Long scope
protected CreationEntityState state
protected UserType userType
protected Integer version
public Long getId()
public OffsetDateTime getPlannedPurgeDate()
public Long getScope()
public CreationEntityState getState()
public UserType getUserType()
public Integer getVersion()
Copyright © 2024. All rights reserved.