Package com.github.twitch4j.helix.domain
Class ExtensionTransactionList
java.lang.Object
com.github.twitch4j.helix.domain.ExtensionTransactionList
public class ExtensionTransactionList
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ExtensionTransactionList() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)HelixPaginationgetPagination()If provided, is the key used to fetch the next page of data.java.util.List<ExtensionTransaction>getTransactions()Array of requested transactions.inthashCode()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ExtensionTransactionList
public ExtensionTransactionList()
-
-
Method Details
-
getTransactions
Array of requested transactions. -
getPagination
If provided, is the key used to fetch the next page of data. If not provided, the current response is the last page of data available. -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other) -
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-