Class GiftPaidUpgrade
java.lang.Object
com.github.twitch4j.eventsub.domain.chat.GiftPaidUpgrade
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
@Nullable String
The user ID of the user who gifted the subscription.@Nullable String
The user login of the user who gifted the subscription.@Nullable String
The user name of the user who gifted the subscription.int
hashCode()
toString()
Whether the gift was given anonymously.
-
Constructor Details
-
GiftPaidUpgrade
public GiftPaidUpgrade()
-
-
Method Details
-
wasGifterAnonymous
Whether the gift was given anonymously. -
getGifterUserId
The user ID of the user who gifted the subscription. Null if anonymous. -
getGifterUserName
The user name of the user who gifted the subscription. Null if anonymous. -
getGifterUserLogin
The user login of the user who gifted the subscription. Null if anonymous. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-