Package com.github.twitch4j.helix.domain
Class ExtensionTransaction.ProductData
java.lang.Object
com.github.twitch4j.helix.domain.ExtensionTransaction.ProductData
- Enclosing class:
- ExtensionTransaction
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getCost()
JSON Object representing the cost to acquire the product.Display Name of the product.Flag used to indicate if the product is in development.getSku()
Unique identifier for the product across the extension.int
hashCode()
toString()
-
Constructor Details
-
ProductData
public ProductData()
-
-
Method Details
-
getSku
Unique identifier for the product across the extension. -
getCost
JSON Object representing the cost to acquire the product. -
getDisplayName
Display Name of the product. -
getInDevelopment
Flag used to indicate if the product is in development. Either true or false. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-