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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncheckTextInBody(Boolean checkTextInBody) checkTextInHeaders(Boolean checkTextInHeaders) booleanGet checkTextInBodyGet checkTextInHeadersGet maxNumberRepeatsGet textToCheckGet timeoutRepeatsinthashCode()maxNumberRepeats(Integer maxNumberRepeats) voidsetCheckTextInBody(Boolean checkTextInBody) voidsetCheckTextInHeaders(Boolean checkTextInHeaders) voidsetMaxNumberRepeats(Integer maxNumberRepeats) voidsetTextToCheck(String textToCheck) voidsetTimeoutRepeats(Integer timeoutRepeats) textToCheck(String textToCheck) timeoutRepeats(Integer timeoutRepeats) toString()
-
Constructor Details
-
RestLoopParametersDto
public RestLoopParametersDto()
-
-
Method Details
-
checkTextInBody
-
getCheckTextInBody
Get checkTextInBody- Returns:
- checkTextInBody
-
setCheckTextInBody
-
checkTextInHeaders
-
getCheckTextInHeaders
Get checkTextInHeaders- Returns:
- checkTextInHeaders
-
setCheckTextInHeaders
-
maxNumberRepeats
-
getMaxNumberRepeats
Get maxNumberRepeats- Returns:
- maxNumberRepeats
-
setMaxNumberRepeats
-
textToCheck
-
getTextToCheck
Get textToCheck- Returns:
- textToCheck
-
setTextToCheck
-
timeoutRepeats
-
getTimeoutRepeats
Get timeoutRepeats- Returns:
- timeoutRepeats
-
setTimeoutRepeats
-
equals
-
hashCode
public int hashCode() -
toString
-