public interface SystemConfiguration
Modifier and Type | Field and Description |
---|---|
static String |
ALL_NODES_NODE_NAME |
Modifier and Type | Method and Description |
---|---|
String |
getId()
The technical id of the configuration
|
Date |
getLastUpdateTime()
The time when this system configuration was last updated.
|
String |
getNodeName()
The name of the node that this configuration property applies to
|
String |
getType()
The type of the system configuration property.
|
com.fasterxml.jackson.databind.node.ObjectNode |
getValue()
The value of the configuration property.
|
static final String ALL_NODES_NODE_NAME
String getId()
String getType()
String getNodeName()
Date getLastUpdateTime()
com.fasterxml.jackson.databind.node.ObjectNode getValue()