Package de.gematik.test.tiger.proxy.data
Class ModificationDto
- java.lang.Object
-
- de.gematik.test.tiger.proxy.data.ModificationDto
-
public class ModificationDto extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classModificationDto.ModificationDtoBuilder
-
Constructor Summary
Constructors Constructor Description ModificationDto()ModificationDto(String name, String condition, String targetElement, String replaceWith, String regexFilter)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ModificationDto.ModificationDtoBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)static ModificationDtofrom(de.gematik.rbellogger.modifier.RbelModificationDescription modification)StringgetCondition()StringgetName()StringgetRegexFilter()StringgetReplaceWith()StringgetTargetElement()inthashCode()voidsetCondition(String condition)voidsetName(String name)voidsetRegexFilter(String regexFilter)voidsetReplaceWith(String replaceWith)voidsetTargetElement(String targetElement)StringtoString()
-
-
-
Method Detail
-
from
public static ModificationDto from(de.gematik.rbellogger.modifier.RbelModificationDescription modification)
-
builder
public static ModificationDto.ModificationDtoBuilder builder()
-
getName
public String getName()
-
getCondition
public String getCondition()
-
getTargetElement
public String getTargetElement()
-
getReplaceWith
public String getReplaceWith()
-
getRegexFilter
public String getRegexFilter()
-
setName
public void setName(String name)
-
setCondition
public void setCondition(String condition)
-
setTargetElement
public void setTargetElement(String targetElement)
-
setReplaceWith
public void setReplaceWith(String replaceWith)
-
setRegexFilter
public void setRegexFilter(String regexFilter)
-
canEqual
protected boolean canEqual(Object other)
-
-