Package ca.cdr.test.model
Class NodeConfigurations.NodeConfiguration
java.lang.Object
ca.cdr.test.model.NodeConfigurations.NodeConfiguration
- All Implemented Interfaces:
IModelJson
,IModelJson
- Enclosing class:
- NodeConfigurations
-
Field Summary
Fields inherited from interface ca.uhn.fhir.model.api.IModelJson
SENSITIVE_DATA_FILTER_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
setEnvironmentType
(EnvironmentTypeEnum theEnvironmentTypeEnum) setPropertySource
(String thePropertySource) setSecurityStrict
(Boolean theSecurityStrict) setServerPortOffset
(Integer theServerPortOffset) setShouldArchiveUnknownModules
(Boolean myArchiveUnknownModules)
-
Constructor Details
-
NodeConfiguration
public NodeConfiguration()
-
-
Method Details
-
getModule
-
getModules
-
getNodeId
-
setNodeId
-
setSecurityStrict
-
getServerPortOffset
-
setServerPortOffset
-
getPropertySource
-
setPropertySource
-
setEnvironmentType
public NodeConfigurations.NodeConfiguration setEnvironmentType(EnvironmentTypeEnum theEnvironmentTypeEnum) -
getEnvironmentType
-
getShouldArchiveUnknownModules
-
setShouldArchiveUnknownModules
public NodeConfigurations.NodeConfiguration setShouldArchiveUnknownModules(Boolean myArchiveUnknownModules)
-