public class ResourcePath extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected Long |
linkedSpaceId |
protected String |
path |
protected OffsetDateTime |
plannedPurgeDate |
protected Long |
spaceId |
protected ResourceState |
state |
protected Integer |
version |
| Constructor and Description |
|---|
ResourcePath() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getId()
The ID is the primary key of the entity.
|
Long |
getLinkedSpaceId()
The linked space id holds the ID of the space to which the entity belongs to.
|
String |
getPath() |
OffsetDateTime |
getPlannedPurgeDate()
The planned purge date indicates when the entity is permanently removed.
|
Long |
getSpaceId() |
ResourceState |
getState() |
Integer |
getVersion()
The version number indicates the version of the entity.
|
int |
hashCode() |
String |
toString() |
protected Long id
protected Long linkedSpaceId
protected String path
protected OffsetDateTime plannedPurgeDate
protected Long spaceId
protected ResourceState state
protected Integer version
public Long getId()
public Long getLinkedSpaceId()
public String getPath()
public OffsetDateTime getPlannedPurgeDate()
public Long getSpaceId()
public ResourceState getState()
public Integer getVersion()
Copyright © 2021. All rights reserved.