Class KrakenSubscription

java.lang.Object
com.github.twitch4j.kraken.domain.KrakenSubscription

@Deprecated public class KrakenSubscription extends Object
Deprecated.
Kraken is deprecated and has been shut down on Febuary 28, 2022. More details about the deprecation are available here.
  • Constructor Details

    • KrakenSubscription

      public KrakenSubscription()
      Deprecated.
  • Method Details

    • getId

      public String getId()
      Deprecated.
    • getCreatedAt

      public Instant getCreatedAt()
      Deprecated.
    • getUser

      public KrakenUser getUser()
      Deprecated.
    • getSubscriptionPlan

      public String getSubscriptionPlan()
      Deprecated.
    • getSubscriptionName

      public String getSubscriptionName()
      Deprecated.
    • setId

      public void setId(String id)
      Deprecated.
    • setCreatedAt

      public void setCreatedAt(Instant createdAt)
      Deprecated.
    • setUser

      public void setUser(KrakenUser user)
      Deprecated.
    • setSubscriptionPlan

      public void setSubscriptionPlan(String subscriptionPlan)
      Deprecated.
    • setSubscriptionName

      public void setSubscriptionName(String subscriptionName)
      Deprecated.
    • equals

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

      protected boolean canEqual(Object other)
      Deprecated.
    • hashCode

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

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object