Class HttpErrorDTO

All Implemented Interfaces:
DTO<HttpError>

public class HttpErrorDTO extends ObjectWithReflectiveEqualsHashCodeToString implements DTO<HttpError>
Author:
jamesdbloom
  • Constructor Details

    • HttpErrorDTO

      public HttpErrorDTO(HttpError httpError)
    • HttpErrorDTO

      public HttpErrorDTO()
  • Method Details

    • buildObject

      public HttpError buildObject()
      Specified by:
      buildObject in interface DTO<HttpError>
    • getDelay

      public DelayDTO getDelay()
    • setDelay

      public HttpErrorDTO setDelay(DelayDTO host)
    • getDropConnection

      public Boolean getDropConnection()
    • setDropConnection

      public HttpErrorDTO setDropConnection(Boolean port)
    • getResponseBytes

      public byte[] getResponseBytes()
    • setResponseBytes

      public HttpErrorDTO setResponseBytes(byte[] scheme)
    • getStreamError

      public Long getStreamError()
    • setStreamError

      public HttpErrorDTO setStreamError(Long streamError)
    • isPrimary

      public boolean isPrimary()
    • setPrimary

      public HttpErrorDTO setPrimary(boolean primary)