Package io.datarouter.changelog.storage
Class Changelog
java.lang.Object
io.datarouter.model.databean.BaseDatabean<ChangelogKey,Changelog>
io.datarouter.changelog.storage.Changelog
- All Implemented Interfaces:
io.datarouter.model.databean.Databean<ChangelogKey,Changelog>,java.lang.Comparable<io.datarouter.model.databean.Databean<?,?>>
public class Changelog extends io.datarouter.model.databean.BaseDatabean<ChangelogKey,Changelog>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChangelog.ChangelogFielderstatic classChangelog.FieldKeys -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description java.lang.StringgetAction()java.lang.StringgetComment()java.lang.Class<ChangelogKey>getKeyClass()java.lang.StringgetUsername()
-
Constructor Details
-
Method Details
-
getKeyClass
-
getAction
public java.lang.String getAction() -
getUsername
public java.lang.String getUsername() -
getComment
public java.lang.String getComment()
-