protected class PurgeVersionsManager.VersionInfo extends Object
Modifier and Type | Field and Description |
---|---|
protected ZonedDateTime |
_created
The version creation date.
|
protected String |
_name
The version name.
|
protected Long |
_stepId
The version step ID.
|
Modifier | Constructor and Description |
---|---|
protected |
VersionInfo() |
Modifier and Type | Method and Description |
---|---|
ZonedDateTime |
getCreated()
Get the created.
|
String |
getName()
Get the name.
|
Long |
getStepId()
Get the stepId.
|
void |
setCreated(Instant created)
Set the created.
|
void |
setName(String name)
Set the name.
|
void |
setStepId(Long stepId)
Set the stepId.
|
String |
toString() |
protected ZonedDateTime _created
protected VersionInfo()
public ZonedDateTime getCreated()
public void setCreated(Instant created)
created
- the created to set