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()
    • getCreatedAt

      public Instant getCreatedAt()
    • getProgressBarAccentColor

      public String getProgressBarAccentColor()
    • getProgressBarBackgroundColor

      public String getProgressBarBackgroundColor()
    • shouldAutoIncrement

      @Nullable public @Nullable Boolean shouldAutoIncrement()
    • 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