Class CreatorGoal

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

public class CreatorGoal extends Object
  • Constructor Details

    • CreatorGoal

      public CreatorGoal()
  • Method Details

    • getId

      public String getId()
    • getContributionType

      public CreatorGoal.Type getContributionType()
    • getState

      public CreatorGoal.State getState()
    • getDescription

      public String getDescription()
    • getCurrentContributions

      public Integer getCurrentContributions()
    • getTargetContributions

      public Integer getTargetContributions()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object