@Deprecated public class ConfigurationChangeEvent extends Object
| Constructor and Description |
|---|
ConfigurationChangeEvent()
Deprecated.
Instantiates a new Configuration change event.
|
ConfigurationChangeEvent(String dataId,
String newValue)
Deprecated.
Instantiates a new Configuration change event.
|
ConfigurationChangeEvent(String dataId,
String namespace,
String oldValue,
String newValue,
ConfigurationChangeType type)
Deprecated.
Instantiates a new Configuration change event.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationChangeType |
getChangeType()
Deprecated.
Gets change type.
|
String |
getDataId()
Deprecated.
Gets data id.
|
String |
getNamespace()
Deprecated.
Gets namespace.
|
String |
getNewValue()
Deprecated.
Gets new value.
|
String |
getOldValue()
Deprecated.
Gets old value.
|
ConfigurationChangeEvent |
setChangeType(ConfigurationChangeType changeType)
Deprecated.
Sets change type.
|
ConfigurationChangeEvent |
setDataId(String dataId)
Deprecated.
Sets data id.
|
ConfigurationChangeEvent |
setNamespace(String namespace)
Deprecated.
Sets namespace.
|
ConfigurationChangeEvent |
setNewValue(String newValue)
Deprecated.
Sets new value.
|
ConfigurationChangeEvent |
setOldValue(String oldValue)
Deprecated.
Sets old value.
|
public ConfigurationChangeEvent()
public ConfigurationChangeEvent(String dataId, String newValue)
dataId - the data idnewValue - the new valuepublic ConfigurationChangeEvent(String dataId, String namespace, String oldValue, String newValue, ConfigurationChangeType type)
dataId - the data idnamespace - the namespaceoldValue - the old valuenewValue - the new valuetype - the typepublic String getDataId()
public ConfigurationChangeEvent setDataId(String dataId)
dataId - the data idpublic String getOldValue()
public ConfigurationChangeEvent setOldValue(String oldValue)
oldValue - the old valuepublic String getNewValue()
public ConfigurationChangeEvent setNewValue(String newValue)
newValue - the new valuepublic ConfigurationChangeType getChangeType()
public ConfigurationChangeEvent setChangeType(ConfigurationChangeType changeType)
changeType - the change typepublic String getNamespace()
public ConfigurationChangeEvent setNamespace(String namespace)
namespace - the namespaceCopyright © 2025 Apache. All rights reserved.