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) setLatencyMs(Long latencyMs) setLimitDataBytes(Long limitDataBytes) setResetPeer(Boolean resetPeer) setSlicerChunkSize(Integer slicerChunkSize) setSlowClose(Boolean slowClose) 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
-