Class RbelModificationDescription
java.lang.Object
de.gematik.test.tiger.common.config.RbelModificationDescription
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetName()inthashCode()voidsetCondition(String condition) voidsetDeleteAfterNExecutions(Integer deleteAfterNExecutions) voidvoidsetRegexFilter(String regexFilter) voidsetReplaceWith(String replaceWith) voidsetTargetElement(String targetElement) toString()withCondition(String condition) withDeleteAfterNExecutions(Integer deleteAfterNExecutions) withRegexFilter(String regexFilter) withReplaceWith(String replaceWith) withTargetElement(String targetElement)
-
Constructor Details
-
RbelModificationDescription
-
RbelModificationDescription
public RbelModificationDescription()
-
-
Method Details
-
builder
-
getName
-
getCondition
-
getTargetElement
-
getReplaceWith
-
getRegexFilter
-
getDeleteAfterNExecutions
-
setName
-
setCondition
-
setTargetElement
-
setReplaceWith
-
setRegexFilter
-
setDeleteAfterNExecutions
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
withName
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withCondition
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withTargetElement
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withReplaceWith
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withRegexFilter
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withDeleteAfterNExecutions
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-