public class PageHistorySummary extends MapObject
| Constructor and Description |
|---|
PageHistorySummary() |
PageHistorySummary(Map<String,Object> data) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
the id of the historical page
|
Date |
getModified()
timestamp change was made
|
String |
getModifier()
the user who made this change
|
int |
getVersion()
the version of this historical page
|
void |
setId(String id) |
void |
setModified(Date modified) |
void |
setModifier(String modifier) |
void |
setVersion(int version) |
public String getId()
public void setId(String id)
public int getVersion()
public void setVersion(int version)
public String getModifier()
public void setModifier(String modifier)
public Date getModified()
public void setModified(Date modified)
Copyright © 2020. All rights reserved.