Package com.github.twitch4j.helix.domain
Class SubscriptionList
java.lang.Object
com.github.twitch4j.helix.domain.SubscriptionList
public class SubscriptionList
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description SubscriptionList() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)HelixPaginationgetPagination()A cursor value, to be used in a subsequent request to specify the starting point of the next set of results.java.util.List<Subscription>getSubscriptions()The subscriptions.java.lang.IntegergetTotal()The number of Twitch users subscribed to the broadcaster.inthashCode()voidsetPagination(HelixPagination pagination)A cursor value, to be used in a subsequent request to specify the starting point of the next set of results.voidsetSubscriptions(java.util.List<Subscription> subscriptions)The subscriptions.voidsetTotal(java.lang.Integer total)The number of Twitch users subscribed to the broadcaster.java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
SubscriptionList
public SubscriptionList()
-
-
Method Details
-
getSubscriptions
The subscriptions. -
getPagination
A cursor value, to be used in a subsequent request to specify the starting point of the next set of results. If this is empty, you are at the last page. -
getTotal
public java.lang.Integer getTotal()The number of Twitch users subscribed to the broadcaster. -
setSubscriptions
The subscriptions. -
setPagination
A cursor value, to be used in a subsequent request to specify the starting point of the next set of results. If this is empty, you are at the last page. -
setTotal
public void setTotal(java.lang.Integer total)The number of Twitch users subscribed to the broadcaster. -
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
-