Class PointsSpent

java.lang.Object
com.github.twitch4j.pubsub.domain.PointsSpent

public class PointsSpent
extends java.lang.Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    static class  PointsSpent.Balance  
  • Constructor Summary

    Constructors
    Constructor Description
    PointsSpent()  
  • Method Summary

    Modifier and Type Method Description
    protected boolean canEqual​(java.lang.Object other)  
    boolean equals​(java.lang.Object o)  
    PointsSpent.Balance getBalance()  
    java.time.Instant getTimestamp()  
    int hashCode()  
    void setBalance​(PointsSpent.Balance balance)  
    void setTimestamp​(java.time.Instant timestamp)  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

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

    • PointsSpent

      public PointsSpent()
  • Method Details

    • getTimestamp

      public java.time.Instant getTimestamp()
    • getBalance

      public PointsSpent.Balance getBalance()
    • setTimestamp

      public void setTimestamp​(java.time.Instant timestamp)
    • setBalance

      public void setBalance​(PointsSpent.Balance balance)
    • 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