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>,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
Fields inherited from class io.datarouter.model.databean.BaseDatabean
DEFAULT_KEY_FIELD_NAME -
Constructor Summary
-
Method Summary
Modifier and Type Method Description StringgetAction()StringgetComment()Supplier<ChangelogKey>getKeySupplier()StringgetNote()StringgetUsername()voidsetNote(String note)io.datarouter.instrumentation.changelog.ChangelogDtotoDto(String serviceName)Methods inherited from class io.datarouter.model.databean.BaseDatabean
compareTo, equals, getDatabeanName, getKey, getKeyFieldName, getKeyFields, hashCode, toString
-
Constructor Details
-
Changelog
public Changelog() -
Changelog
public Changelog(io.datarouter.instrumentation.changelog.ChangelogDto dto)
-
-
Method Details
-
getKeySupplier
-
getAction
-
getUsername
-
getComment
-
getNote
-
setNote
-
toDto
-