public class User extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected OffsetDateTime |
plannedPurgeDate |
protected Scope |
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.
|
Scope |
getScope() |
CreationEntityState |
getState()
The object's current state.
|
UserType |
getUserType() |
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 Scope scope
protected CreationEntityState state
protected UserType userType
protected Integer version
public Long getId()
public OffsetDateTime getPlannedPurgeDate()
public Scope getScope()
public CreationEntityState getState()
public UserType getUserType()
public Integer getVersion()
Copyright © 2023. All rights reserved.