public class RevisionSummary extends Object
Represents a summary for node's revision.
Constructor and Description |
---|
RevisionSummary() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthorMostRecent()
Gets or sets the most recent author.
|
Date |
getLastModifiedTime()
Gets or sets the last modified time.
|
void |
setAuthorMostRecent(String value)
Gets or sets the most recent author.
|
void |
setLastModifiedTime(Date value)
Gets or sets the last modified time.
|
public Date getLastModifiedTime()
Gets or sets the last modified time.
public void setLastModifiedTime(Date value)
Gets or sets the last modified time.
public String getAuthorMostRecent()
Gets or sets the most recent author.
public void setAuthorMostRecent(String value)
Gets or sets the most recent author.