public class HistoryDescr extends Object implements ParsedDate
JobConfigHistoryConsts.HISTORY_FILE.| Constructor and Description |
|---|
HistoryDescr(String user,
String userId,
String operation,
String timestamp) |
| Modifier and Type | Method and Description |
|---|---|
String |
getOperation()
Returns name of the operation.
|
String |
getTimestamp()
Returns timestamp of the operation.
|
String |
getUser()
Returns display name of the user doing the operation.
|
String |
getUserID()
Returns id of the user doing the operation.
|
Date |
parsedDate()
Returns a
Date. |
public String getUser()
public String getUserID()
public String getOperation()
public String getTimestamp()
public Date parsedDate()
Date.parsedDate in interface ParsedDateCopyright © 2004–2016. All rights reserved.