Class ExtensionTransaction

java.lang.Object
com.github.twitch4j.helix.domain.ExtensionTransaction

public class ExtensionTransaction extends Object
  • Constructor Details

    • ExtensionTransaction

      public ExtensionTransaction()
  • Method Details

    • getId

      public String getId()
      Unique identifier of the Bits in Extensions Transaction.
    • getTimestamp

      public String getTimestamp()
      UTC timestamp when this transaction occurred.
    • getBroadcasterId

      public String getBroadcasterId()
      Twitch User ID of the channel the transaction occurred on.
    • getBroadcasterLogin

      public String getBroadcasterLogin()
      Login name of the broadcaster.
    • getBroadcasterName

      public String getBroadcasterName()
      Twitch Display Name of the broadcaster.
    • getUserId

      public String getUserId()
      Twitch User ID of the user who generated the transaction.
    • getUserLogin

      public String getUserLogin()
      Login name of the user who generated the transaction.
    • getUserName

      public String getUserName()
      Twitch Display Name of the user who generated the transaction.
    • getProductType

      public String getProductType()
      Enum of the product type. Currently only BITS_IN_EXTENSION.
    • getProductData

      public ExtensionTransaction.ProductData getProductData()
      JSON Object representing the product acquired, as it looked at the time of the transaction.
    • 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