Package io.gitea.model
Class NotificationCount
- java.lang.Object
-
- io.gitea.model.NotificationCount
-
public class NotificationCount extends java.lang.ObjectNotificationCount number of unread notifications
-
-
Constructor Summary
Constructors Constructor Description NotificationCount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationCount_new(java.lang.Long _new)booleanequals(java.lang.Object o)java.lang.LonggetNew()Get _newinthashCode()voidsetNew(java.lang.Long _new)java.lang.StringtoString()
-
-
-
Method Detail
-
_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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-