Class ErrorListDTO

java.lang.Object
ch.admin.bit.jeap.errorhandling.web.api.ErrorListDTO

public class ErrorListDTO extends Object
  • Constructor Details

    • ErrorListDTO

      public ErrorListDTO()
    • ErrorListDTO

      public ErrorListDTO(long totalErrorCount, List<ErrorDTO> errors)
  • Method Details

    • builder

      public static ErrorListDTO.ErrorListDTOBuilder builder()
    • getTotalErrorCount

      public long getTotalErrorCount()
    • getErrors

      public List<ErrorDTO> getErrors()
    • setTotalErrorCount

      public void setTotalErrorCount(long totalErrorCount)
    • setErrors

      public void setErrors(List<ErrorDTO> errors)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object