Class Notification


  • public class Notification
    extends Object
    • Field Detail

      • modification

        protected String modification
      • date

        protected Date date
      • isRead

        protected boolean isRead
      • isUserMessage

        protected boolean isUserMessage
    • Constructor Detail

      • Notification

        public Notification​(com.fasterxml.jackson.databind.JsonNode jsonNotification)
    • Method Detail

      • getId

        public String getId()
        Returns:
        the id
      • setId

        public void setId​(String id)
        Parameters:
        id - the id to set
      • getModification

        public String getModification()
        Returns:
        the modification
      • setModification

        public void setModification​(String modification)
        Parameters:
        modification - the modification to set
      • getPath

        public String getPath()
        Returns:
        the path
      • setPath

        public void setPath​(String path)
        Parameters:
        path - the path to set
      • getDate

        public Date getDate()
        Returns:
        the date
      • setDate

        public void setDate​(Date date)
        Parameters:
        date - the date to set
      • isRead

        public boolean isRead()
        Returns:
        the isRead
      • setRead

        public void setRead​(boolean isRead)
        Parameters:
        isRead - the isRead to set
      • isUserMessage

        public boolean isUserMessage()
        Returns:
        the isUserMessage
      • setUserMessage

        public void setUserMessage​(boolean isUserMessage)
        Parameters:
        isUserMessage - the isUserMessage to set
      • getUser

        public String getUser()
        Returns:
        the user
      • setUser

        public void setUser​(String user)
        Parameters:
        user - the user to set
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object