Class NotificationCount

java.lang.Object
io.gitea.model.NotificationCount

public class NotificationCount
extends java.lang.Object
NotificationCount number of unread notifications
  • Constructor Summary

    Constructors 
    Constructor Description
    NotificationCount()  
  • Method Summary

    Modifier and Type Method Description
    NotificationCount _new​(java.lang.Long _new)  
    boolean equals​(java.lang.Object o)  
    java.lang.Long getNew()
    Get _new
    int hashCode()  
    void setNew​(java.lang.Long _new)  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • _new

      public NotificationCount _new​(java.lang.Long _new)
    • getNew

      public java.lang.Long getNew()
      Get _new
      Returns:
      _new
    • setNew

      public void setNew​(java.lang.Long _new)
    • 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