Class ValidationMessage


  • public class ValidationMessage
    extends java.lang.Object
    Validation message with severity and location.
    • Method Detail

      • getSeverity

        public Severity getSeverity()
        Get the severity of this validation message.
        Returns:
        the severity
      • getLocation

        public Location getLocation()
        Get the location of this validation message.
        Returns:
        the location
      • getMessage

        public java.lang.String getMessage()
        Get the message of this validation message.
        Returns:
        the message
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object