Class ProblemDto


  • public class ProblemDto
    extends Object
    ProblemDto
    • Constructor Detail

      • ProblemDto

        public ProblemDto()
    • Method Detail

      • getMessage

        public String getMessage()
        The message of the problem.
        Returns:
        message
      • setMessage

        public void setMessage​(String message)
      • getLine

        public Integer getLine()
        The line where the problem occurred.
        Returns:
        line
      • setLine

        public void setLine​(Integer line)
      • getColumn

        public Integer getColumn()
        The column where the problem occurred.
        Returns:
        column
      • setColumn

        public void setColumn​(Integer column)
      • getMainElementId

        public String getMainElementId()
        The main element id where the problem occurred.
        Returns:
        mainElementId
      • setMainElementId

        public void setMainElementId​(String mainElementId)
      • addElementIdsItem

        public ProblemDto addElementIdsItem​(String elementIdsItem)
      • getElementIds

        public List<String> getElementIds()
        A list of element id affected by the problem.
        Returns:
        elementIds
      • setElementIds

        public void setElementIds​(List<String> elementIds)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object