public class HttpErrorDTO extends ObjectWithReflectiveEqualsHashCodeToString implements DTO<HttpError>
Constructor and Description |
---|
HttpErrorDTO() |
HttpErrorDTO(HttpError httpError) |
Modifier and Type | Method and Description |
---|---|
HttpError |
buildObject() |
DelayDTO |
getDelay() |
Boolean |
getDropConnection() |
byte[] |
getResponseBytes() |
HttpErrorDTO |
setDelay(DelayDTO host) |
HttpErrorDTO |
setDropConnection(Boolean port) |
HttpErrorDTO |
setResponseBytes(byte[] scheme) |
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, key, toString
public HttpErrorDTO(HttpError httpError)
public HttpErrorDTO()
public HttpError buildObject()
buildObject
in interface DTO<HttpError>
public DelayDTO getDelay()
public HttpErrorDTO setDelay(DelayDTO host)
public Boolean getDropConnection()
public HttpErrorDTO setDropConnection(Boolean port)
public byte[] getResponseBytes()
public HttpErrorDTO setResponseBytes(byte[] scheme)
Copyright © 2018. All rights reserved.