Class KrakenCollectionList
java.lang.Object
com.github.twitch4j.kraken.domain.AbstractResultList
com.github.twitch4j.kraken.domain.KrakenCollectionList
public class KrakenCollectionList extends AbstractResultList
-
Constructor Summary
Constructors Constructor Description KrakenCollectionList() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.util.List<KrakenCollectionMetadata>getCollections()inthashCode()java.lang.StringtoString()Methods inherited from class com.github.twitch4j.kraken.domain.AbstractResultList
getCursor, getTotal, setCursor, setTotalMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
KrakenCollectionList
public KrakenCollectionList()
-
-
Method Details
-
getCollections
-
toString
public java.lang.String toString()- Overrides:
toStringin classAbstractResultList
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classAbstractResultList
-
canEqual
protected boolean canEqual(java.lang.Object other)- Overrides:
canEqualin classAbstractResultList
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractResultList
-