public class ChangedConfigInfo extends Object
Constructor and Description |
---|
ChangedConfigInfo() |
ChangedConfigInfo(String type,
String name) |
ChangedConfigInfo(String type,
String name,
String oldValue) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName() |
String |
getOldValue() |
String |
getType() |
int |
hashCode() |
void |
setName(String name) |
void |
setOldValue(String oldValue) |
void |
setType(String type) |
String |
toString() |
Copyright © 2022 Apache Software Foundation. All rights reserved.