Class CreateNotificationData
java.lang.Object
com.github.twitch4j.pubsub.domain.CreateNotificationData
public class CreateNotificationData
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description CreateNotificationData() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)OnsiteNotificationgetNotification()java.lang.BooleangetPersistent()NotificationSummarygetSummary()java.lang.BooleangetToast()inthashCode()voidsetNotification(OnsiteNotification notification)voidsetPersistent(java.lang.Boolean persistent)voidsetSummary(NotificationSummary summary)voidsetToast(java.lang.Boolean toast)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
CreateNotificationData
public CreateNotificationData()
-
-
Method Details
-
getSummary
-
getNotification
-
getPersistent
public java.lang.Boolean getPersistent() -
getToast
public java.lang.Boolean getToast() -
setSummary
-
setNotification
-
setPersistent
public void setPersistent(java.lang.Boolean persistent) -
setToast
public void setToast(java.lang.Boolean toast) -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other) -
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-