Class ErrorDTO


  • public class ErrorDTO
    extends Object
    ErrorDTO.
    • Constructor Detail

      • ErrorDTO

        public ErrorDTO()
    • Method Detail

      • getError

        public String getError()
        Get error.
        Returns:
        error
      • setError

        public void setError​(String error)
      • getDescription

        public String getDescription()
        Error message.
        Returns:
        description
      • setDescription

        public void setDescription​(String description)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object