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 class  Changelog.ChangelogFielder  
    static class  Changelog.FieldKeys  
  • Field Summary

    Fields inherited from class io.datarouter.model.databean.BaseDatabean

    DEFAULT_KEY_FIELD_NAME
  • Constructor Summary

    Constructors 
    Constructor Description
    Changelog()  
    Changelog​(io.datarouter.instrumentation.changelog.ChangelogDto dto)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getAction()  
    java.lang.String getComment()  
    java.lang.Class<ChangelogKey> getKeyClass()  
    java.lang.String getNote()  
    java.lang.String getUsername()  
    void setNote​(java.lang.String note)  
    io.datarouter.instrumentation.changelog.ChangelogDto toDto​(java.lang.String serviceName)  

    Methods inherited from class io.datarouter.model.databean.BaseDatabean

    compareTo, equals, getDatabeanName, getKey, getKeyFieldName, getKeyFields, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Changelog

      public Changelog()
    • Changelog

      public Changelog​(io.datarouter.instrumentation.changelog.ChangelogDto dto)
  • Method Details

    • getKeyClass

      public java.lang.Class<ChangelogKey> getKeyClass()
    • getAction

      public java.lang.String getAction()
    • getUsername

      public java.lang.String getUsername()
    • getComment

      public java.lang.String getComment()
    • getNote

      public java.lang.String getNote()
    • setNote

      public void setNote​(java.lang.String note)
    • toDto

      public io.datarouter.instrumentation.changelog.ChangelogDto toDto​(java.lang.String serviceName)