Class Configuration


  • @Entity
    public class Configuration
    extends Object
    • Constructor Detail

      • Configuration

        public Configuration()
    • Method Detail

      • getKey

        public String getKey()
      • setKey

        public void setKey​(String key)
      • getVersion

        public Long getVersion()
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • getJsonValue

        public com.fasterxml.jackson.databind.JsonNode getJsonValue()
      • setJsonValue

        public void setJsonValue​(com.fasterxml.jackson.databind.JsonNode jsonValue)