Class HypeTrainConfig.HypeTrainKickoff
java.lang.Object
com.github.twitch4j.pubsub.domain.HypeTrainConfig.HypeTrainKickoff
- Enclosing class:
- HypeTrainConfig
public static class HypeTrainConfig.HypeTrainKickoff
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description HypeTrainKickoff() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.LonggetDuration()java.lang.IntegergetMinPoints()java.lang.IntegergetNumOfEvents()inthashCode()voidsetDuration(java.lang.Long duration)voidsetMinPoints(java.lang.Integer minPoints)voidsetNumOfEvents(java.lang.Integer numOfEvents)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
HypeTrainKickoff
public HypeTrainKickoff()
-
-
Method Details
-
getNumOfEvents
public java.lang.Integer getNumOfEvents() -
getMinPoints
public java.lang.Integer getMinPoints() -
getDuration
public java.lang.Long getDuration() -
setNumOfEvents
public void setNumOfEvents(java.lang.Integer numOfEvents) -
setMinPoints
public void setMinPoints(java.lang.Integer minPoints) -
setDuration
public void setDuration(java.lang.Long duration) -
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
-