Package hdi.model

Class ErrorInfo

java.lang.Object
hdi.model.ErrorInfo

public class ErrorInfo extends Object
  • Constructor Details

  • Method Details

    • objectType

      public ObjectType objectType()
    • message

      public String message()
    • fileName

      public String fileName()
    • errorType

      public String errorType()
    • requestUrl

      public String requestUrl()
    • invalidLines

      public List<hdi.edi.parserhelper.ParsedLine> invalidLines()
      List of lines with errors
    • objectType

      public ErrorInfo objectType(ObjectType objectType)
      Returns:
      this.
    • message

      public ErrorInfo message(String message)
      Returns:
      this.
    • fileName

      public ErrorInfo fileName(String fileName)
      Returns:
      this.
    • errorType

      public ErrorInfo errorType(String errorType)
      Returns:
      this.
    • requestUrl

      public ErrorInfo requestUrl(String requestUrl)
      Returns:
      this.
    • invalidLines

      public ErrorInfo invalidLines(List<hdi.edi.parserhelper.ParsedLine> invalidLines)
      List of lines with errors
      Returns:
      this.
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object