Class HttpErrorDTO
java.lang.Object
org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
org.mockserver.serialization.model.HttpErrorDTO
public class HttpErrorDTO
extends ObjectWithReflectiveEqualsHashCodeToString
implements DTO<HttpError>
- Author:
- jamesdbloom
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDelay()byte[]booleansetDropConnection(Boolean port) setPrimary(boolean primary) setResponseBytes(byte[] scheme) Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, toString
-
Constructor Details
-
HttpErrorDTO
-
HttpErrorDTO
public HttpErrorDTO()
-
-
Method Details
-
buildObject
- Specified by:
buildObjectin interfaceDTO<HttpError>
-
getDelay
-
setDelay
-
getDropConnection
-
setDropConnection
-
getResponseBytes
public byte[] getResponseBytes() -
setResponseBytes
-
isPrimary
public boolean isPrimary() -
setPrimary
-