Class ConfigUpdate
java.lang.Object
com.tccc.kos.commons.core.service.config.ConfigUpdate
Bean that holds changes used to update a
MutableConfigSource
.- Since:
- 1.0
- Version:
- 2024-04-03
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for serializationConfigUpdate
(String path) Create an update for the specified path. -
Method Summary
-
Constructor Details
-
ConfigUpdate
public ConfigUpdate()Default constructor for serialization -
ConfigUpdate
Create an update for the specified path.
-
-
Method Details
-
getPath
-
getAdds
-
getRemoves
-
getDeletes
-
setPath
-
setAdds
-
setRemoves
-
setDeletes
-