Class HttpChaosProfileDTO
java.lang.Object
org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
org.mockserver.serialization.model.HttpChaosProfileDTO
- All Implemented Interfaces:
DTO<HttpChaosProfile>
public class HttpChaosProfileDTO
extends ObjectWithReflectiveEqualsHashCodeToString
implements DTO<HttpChaosProfile>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSeed()setDegradationRampMillis(Long degradationRampMillis) setDropConnectionProbability(Double dropConnectionProbability) setErrorProbability(Double errorProbability) setErrorStatus(Integer errorStatus) setFailRequestCount(Integer failRequestCount) setGraphqlErrorCode(String graphqlErrorCode) setGraphqlErrorMessage(String graphqlErrorMessage) setGraphqlErrors(Boolean graphqlErrors) setGraphqlNullifyData(Boolean graphqlNullifyData) setLatency(DelayDTO latency) setMalformedBody(Boolean malformedBody) setOutageAfterMillis(Long outageAfterMillis) setOutageDurationMillis(Long outageDurationMillis) setQuotaErrorStatus(Integer quotaErrorStatus) setQuotaLimit(Integer quotaLimit) setQuotaName(String quotaName) setQuotaWindowMillis(Long quotaWindowMillis) setRetryAfter(String retryAfter) setSlowResponseChunkDelay(DelayDTO slowResponseChunkDelay) setSlowResponseChunkSize(Integer slowResponseChunkSize) setSucceedFirst(Integer succeedFirst) setTruncateBodyAtFraction(Double truncateBodyAtFraction) Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, toString
-
Constructor Details
-
HttpChaosProfileDTO
-
HttpChaosProfileDTO
public HttpChaosProfileDTO()
-
-
Method Details
-
buildObject
- Specified by:
buildObjectin interfaceDTO<HttpChaosProfile>
-
getErrorStatus
-
setErrorStatus
-
getRetryAfter
-
setRetryAfter
-
getErrorProbability
-
setErrorProbability
-
getDropConnectionProbability
-
setDropConnectionProbability
-
getLatency
-
setLatency
-
getSeed
-
setSeed
-
getSucceedFirst
-
setSucceedFirst
-
getFailRequestCount
-
setFailRequestCount
-
getOutageAfterMillis
-
setOutageAfterMillis
-
getOutageDurationMillis
-
setOutageDurationMillis
-
getTruncateBodyAtFraction
-
setTruncateBodyAtFraction
-
getMalformedBody
-
setMalformedBody
-
getSlowResponseChunkSize
-
setSlowResponseChunkSize
-
getSlowResponseChunkDelay
-
setSlowResponseChunkDelay
-
getQuotaName
-
setQuotaName
-
getQuotaLimit
-
setQuotaLimit
-
getQuotaWindowMillis
-
setQuotaWindowMillis
-
getQuotaErrorStatus
-
setQuotaErrorStatus
-
getDegradationRampMillis
-
setDegradationRampMillis
-
getGraphqlErrors
-
setGraphqlErrors
-
getGraphqlErrorMessage
-
setGraphqlErrorMessage
-
getGraphqlErrorCode
-
setGraphqlErrorCode
-
getGraphqlNullifyData
-
setGraphqlNullifyData
-