Package com.github.twitch4j.helix.domain
Class ExtensionTransaction
java.lang.Object
com.github.twitch4j.helix.domain.ExtensionTransaction
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
Known "product_type" enum values. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Twitch User ID of the channel the transaction occurred on.Login name of the broadcaster.Twitch Display Name of the broadcaster.getId()
Unique identifier of the Bits in Extensions Transaction.JSON Object representing the product acquired, as it looked at the time of the transaction.Enum of the product type.UTC timestamp when this transaction occurred.Twitch User ID of the user who generated the transaction.Login name of the user who generated the transaction.Twitch Display Name of the user who generated the transaction.int
hashCode()
toString()
-
Constructor Details
-
ExtensionTransaction
public ExtensionTransaction()
-
-
Method Details
-
getId
Unique identifier of the Bits in Extensions Transaction. -
getTimestamp
UTC timestamp when this transaction occurred. -
getBroadcasterId
Twitch User ID of the channel the transaction occurred on. -
getBroadcasterLogin
Login name of the broadcaster. -
getBroadcasterName
Twitch Display Name of the broadcaster. -
getUserId
Twitch User ID of the user who generated the transaction. -
getUserLogin
Login name of the user who generated the transaction. -
getUserName
Twitch Display Name of the user who generated the transaction. -
getProductType
Enum of the product type. Currently only BITS_IN_EXTENSION. -
getProductData
JSON Object representing the product acquired, as it looked at the time of the transaction. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-