Interface SystemConfiguration
- All Known Implementing Classes:
SystemConfigurationImpl
public interface SystemConfiguration
- Author:
- Filip Hrisafov
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
The technical id of the configurationThe time when this system configuration was last updated.The name of the node that this configuration property applies togetType()
The type of the system configuration property.com.fasterxml.jackson.databind.node.ObjectNode
getValue()
The value of the configuration property.
-
Field Details
-
ALL_NODES_NODE_NAME
- See Also:
-
-
Method Details
-
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.
-