public class TagCorrection extends Object implements Correction
Modifier and Type | Field and Description |
---|---|
String |
newKey |
String |
newValue |
String |
oldKey |
String |
oldValue |
Constructor and Description |
---|
TagCorrection(String oldKey,
String oldValue,
String newKey,
String newValue) |
Modifier and Type | Method and Description |
---|---|
boolean |
isKeyChanged() |
boolean |
isValueChanged() |
public TagCorrection(String oldKey, String oldValue, String newKey, String newValue)
public boolean isKeyChanged()
public boolean isValueChanged()