Class RestLoopParametersDto

java.lang.Object
org.qubership.atp.mia.controllers.api.dto.RestLoopParametersDto

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-09-12T07:58:34.044919947Z[Etc/UTC]") public class RestLoopParametersDto extends Object
RestLoopParametersDto
  • Constructor Details

    • RestLoopParametersDto

      public RestLoopParametersDto()
  • Method Details

    • checkTextInBody

      public RestLoopParametersDto checkTextInBody(Boolean checkTextInBody)
    • getCheckTextInBody

      public Boolean getCheckTextInBody()
      Get checkTextInBody
      Returns:
      checkTextInBody
    • setCheckTextInBody

      public void setCheckTextInBody(Boolean checkTextInBody)
    • checkTextInHeaders

      public RestLoopParametersDto checkTextInHeaders(Boolean checkTextInHeaders)
    • getCheckTextInHeaders

      public Boolean getCheckTextInHeaders()
      Get checkTextInHeaders
      Returns:
      checkTextInHeaders
    • setCheckTextInHeaders

      public void setCheckTextInHeaders(Boolean checkTextInHeaders)
    • maxNumberRepeats

      public RestLoopParametersDto maxNumberRepeats(Integer maxNumberRepeats)
    • getMaxNumberRepeats

      public Integer getMaxNumberRepeats()
      Get maxNumberRepeats
      Returns:
      maxNumberRepeats
    • setMaxNumberRepeats

      public void setMaxNumberRepeats(Integer maxNumberRepeats)
    • textToCheck

      public RestLoopParametersDto textToCheck(String textToCheck)
    • getTextToCheck

      public String getTextToCheck()
      Get textToCheck
      Returns:
      textToCheck
    • setTextToCheck

      public void setTextToCheck(String textToCheck)
    • timeoutRepeats

      public RestLoopParametersDto timeoutRepeats(Integer timeoutRepeats)
    • getTimeoutRepeats

      public Integer getTimeoutRepeats()
      Get timeoutRepeats
      Returns:
      timeoutRepeats
    • setTimeoutRepeats

      public void setTimeoutRepeats(Integer timeoutRepeats)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object