Class RbelModificationDescription

java.lang.Object
de.gematik.test.tiger.common.config.RbelModificationDescription

public class RbelModificationDescription extends Object
  • Constructor Details

    • RbelModificationDescription

      @ConstructorProperties({"name","condition","targetElement","replaceWith","regexFilter","deleteAfterNExecutions"}) public RbelModificationDescription(String name, String condition, String targetElement, String replaceWith, String regexFilter, Integer deleteAfterNExecutions)
    • RbelModificationDescription

      public RbelModificationDescription()
  • Method Details

    • builder

    • getName

      public String getName()
    • getCondition

      public String getCondition()
    • getTargetElement

      public String getTargetElement()
    • getReplaceWith

      public String getReplaceWith()
    • getRegexFilter

      public String getRegexFilter()
    • getDeleteAfterNExecutions

      public Integer getDeleteAfterNExecutions()
    • 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)
    • setDeleteAfterNExecutions

      public void setDeleteAfterNExecutions(Integer deleteAfterNExecutions)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • withName

      public RbelModificationDescription withName(String name)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withCondition

      public RbelModificationDescription withCondition(String condition)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withTargetElement

      public RbelModificationDescription withTargetElement(String targetElement)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withReplaceWith

      public RbelModificationDescription withReplaceWith(String replaceWith)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withRegexFilter

      public RbelModificationDescription withRegexFilter(String regexFilter)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).
    • withDeleteAfterNExecutions

      public RbelModificationDescription withDeleteAfterNExecutions(Integer deleteAfterNExecutions)
      Returns:
      a clone of this object, except with this updated property (returns this if an identical value is passed).