Package com.github.twitch4j.helix.domain
Klasse Subscription
java.lang.Object
com.github.twitch4j.helix.domain.Subscription
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleanUser ID of the broadcaster.Login name of the broadcaster.Display name of the broadcaster.ID of the user who gifted the sub.If the subscription was gifted, this is the login of the gifter.Display name of the user who gifted the sub.Determines if the subscription is a gift subscription.Veraltet.will be removed in favor of .getPlanName()Name of the subscription.getTier()Type of subscription (Tier 1, Tier 2, Tier 3).ID of the subscribed user.Login of the subscribed user.Display name of the subscribed user.inthashCode()toString()
-
Konstruktordetails
-
Subscription
public Subscription()
-
-
Methodendetails
-
getPlan_name
Veraltet.will be removed in favor of .getPlanName()- Gibt zurück:
- the subscription plan name
-
getBroadcasterId
User ID of the broadcaster. -
getBroadcasterLogin
Login name of the broadcaster. -
getBroadcasterName
Display name of the broadcaster. -
getIsGift
Determines if the subscription is a gift subscription. -
getGifterId
ID of the user who gifted the sub. -
getGifterLogin
If the subscription was gifted, this is the login of the gifter. -
getGifterName
Display name of the user who gifted the sub. -
getTier
Type of subscription (Tier 1, Tier 2, Tier 3). 1000 = Tier 1, 2000 = Tier 2, 3000 = Tier 3 subscriptions. -
getPlanName
Name of the subscription. -
getUserId
ID of the subscribed user. -
getUserLogin
Login of the subscribed user. -
getUserName
Display name of the subscribed user. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-