public class HistoryEntryImpl extends Object implements de.valtech.avs.api.history.HistoryEntry
| Constructor and Description |
|---|
HistoryEntryImpl(Date time,
String output,
boolean clean,
String path,
String repositoryPath,
String userId)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getOutput() |
String |
getPath() |
String |
getRepositoryPath() |
Date |
getTime() |
String |
getUserId() |
boolean |
isClean() |
public Date getTime()
getTime in interface de.valtech.avs.api.history.HistoryEntrypublic String getOutput()
getOutput in interface de.valtech.avs.api.history.HistoryEntrypublic boolean isClean()
isClean in interface de.valtech.avs.api.history.HistoryEntrypublic String getPath()
getPath in interface de.valtech.avs.api.history.HistoryEntrypublic String getRepositoryPath()
getRepositoryPath in interface de.valtech.avs.api.history.HistoryEntrypublic String getUserId()
getUserId in interface de.valtech.avs.api.history.HistoryEntryCopyright © 2020. All rights reserved.