Class DeprecatedKeyDescriptor
- java.lang.Object
-
- de.gematik.test.tiger.common.config.DeprecatedKeyDescriptor
-
public class DeprecatedKeyDescriptor extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeprecatedKeyDescriptor.DeprecatedKeyDescriptorBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeprecatedKeyDescriptor.DeprecatedKeyDescriptorBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetCompareKey()StringgetDeprecatedKey()StringgetNewKey()inthashCode()voidsetCompareKey(String compareKey)voidsetDeprecatedKey(String deprecatedKey)voidsetNewKey(String newKey)StringtoString()
-
-
-
Method Detail
-
builder
public static DeprecatedKeyDescriptor.DeprecatedKeyDescriptorBuilder builder()
-
getCompareKey
public String getCompareKey()
-
getDeprecatedKey
public String getDeprecatedKey()
-
getNewKey
public String getNewKey()
-
setCompareKey
public void setCompareKey(String compareKey)
-
setDeprecatedKey
public void setDeprecatedKey(String deprecatedKey)
-
setNewKey
public void setNewKey(String newKey)
-
canEqual
protected boolean canEqual(Object other)
-
-