Class Message

java.lang.Object
eu.europa.esig.dss.jaxb.object.Message

public class Message extends Object
Represents the Message returned in the validation process
  • Constructor Details

  • Method Details

    • getKey

      public String getKey()
      Gets the message key.
      Returns:
      String
    • getValue

      public String getValue()
      Gets the value of the message.
      Returns:
      String
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object