Interface SystemConfiguration

  • All Known Implementing Classes:
    SystemConfigurationImpl

    public interface SystemConfiguration
    Author:
    Filip Hrisafov
    • Method Detail

      • getId

        String getId()
        The technical id of the configuration
      • getType

        String getType()
        The type of the system configuration property.
      • getNodeName

        String getNodeName()
        The name of the node that this configuration property applies to
      • getLastUpdateTime

        Date getLastUpdateTime()
        The time when this system configuration was last updated.
      • getValue

        com.fasterxml.jackson.databind.node.ObjectNode getValue()
        The value of the configuration property.