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 boolean canEqual​(java.lang.Object other)  
    boolean equals​(java.lang.Object o)  
    java.lang.Long getDuration()  
    java.lang.Integer getMinPoints()  
    java.lang.Integer getNumOfEvents()  
    int hashCode()  
    void setDuration​(java.lang.Long duration)  
    void setMinPoints​(java.lang.Integer minPoints)  
    void setNumOfEvents​(java.lang.Integer numOfEvents)  
    java.lang.String toString()  

    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:
      equals in class java.lang.Object
    • canEqual

      protected boolean canEqual​(java.lang.Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object