Class NotificationThread


  • public class NotificationThread
    extends java.lang.Object
    NotificationThread expose Notification on API
    • Constructor Detail

      • NotificationThread

        public NotificationThread()
    • Method Detail

      • getId

        public java.lang.Long getId()
        Get id
        Returns:
        id
      • setId

        public void setId​(java.lang.Long id)
      • isPinned

        public java.lang.Boolean isPinned()
        Get pinned
        Returns:
        pinned
      • setPinned

        public void setPinned​(java.lang.Boolean pinned)
      • getRepository

        public Repository getRepository()
        Get repository
        Returns:
        repository
      • setRepository

        public void setRepository​(Repository repository)
      • isUnread

        public java.lang.Boolean isUnread()
        Get unread
        Returns:
        unread
      • setUnread

        public void setUnread​(java.lang.Boolean unread)
      • updatedAt

        public NotificationThread updatedAt​(org.threeten.bp.OffsetDateTime updatedAt)
      • getUpdatedAt

        public org.threeten.bp.OffsetDateTime getUpdatedAt()
        Get updatedAt
        Returns:
        updatedAt
      • setUpdatedAt

        public void setUpdatedAt​(org.threeten.bp.OffsetDateTime updatedAt)
      • getUrl

        public java.lang.String getUrl()
        Get url
        Returns:
        url
      • setUrl

        public void setUrl​(java.lang.String url)
      • 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