Class TcpChaosProfileDTO
java.lang.Object
org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
org.mockserver.serialization.model.TcpChaosProfileDTO
- All Implemented Interfaces:
DTO<TcpChaosProfile>
public class TcpChaosProfileDTO
extends ObjectWithReflectiveEqualsHashCodeToString
implements DTO<TcpChaosProfile>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDown()setBandwidthBytesPerSec(Long bandwidthBytesPerSec) setHttp2GoAway(Boolean http2GoAway) setHttp2GoAwayErrorCode(Long http2GoAwayErrorCode) setHttp2GoAwayLastStreamId(Long http2GoAwayLastStreamId) setLatencyMs(Long latencyMs) setLimitDataBytes(Long limitDataBytes) setResetAfterResponseChunks(Integer resetAfterResponseChunks) setResetMidResponse(Boolean resetMidResponse) setResetPeer(Boolean resetPeer) setSlicerChunkSize(Integer slicerChunkSize) setSlowClose(Boolean slowClose) setSlowCloseDelay(DelayDTO slowCloseDelay) setTimeout(Boolean timeout) Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, toString
-
Constructor Details
-
TcpChaosProfileDTO
-
TcpChaosProfileDTO
public TcpChaosProfileDTO()
-
-
Method Details
-
buildObject
- Specified by:
buildObjectin interfaceDTO<TcpChaosProfile>
-
getLatencyMs
-
setLatencyMs
-
getDown
-
setDown
-
getBandwidthBytesPerSec
-
setBandwidthBytesPerSec
-
getSlowClose
-
setSlowClose
-
getTimeout
-
setTimeout
-
getResetPeer
-
setResetPeer
-
getSlicerChunkSize
-
setSlicerChunkSize
-
getLimitDataBytes
-
setLimitDataBytes
-
getResetMidResponse
-
setResetMidResponse
-
getResetAfterResponseChunks
-
setResetAfterResponseChunks
-
getSlowCloseDelay
-
setSlowCloseDelay
-
getHttp2GoAway
-
setHttp2GoAway
-
getHttp2GoAwayErrorCode
-
setHttp2GoAwayErrorCode
-
getHttp2GoAwayLastStreamId
-
setHttp2GoAwayLastStreamId
-