Class ChannelBitsData.BadgeEntitlement
java.lang.Object
com.github.twitch4j.pubsub.domain.ChannelBitsData.BadgeEntitlement
- Enclosing class:
- ChannelBitsData
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
The number of bits associated with the new badgeint
The number of bits associated with the previous badgeint
hashCode()
void
setNewVersion
(int newVersion) Deprecated.void
setPreviousVersion
(int previousVersion) Deprecated.toString()
-
Constructor Details
-
BadgeEntitlement
public BadgeEntitlement()
-
-
Method Details
-
getPreviousVersion
public int getPreviousVersion()The number of bits associated with the previous badge -
getNewVersion
public int getNewVersion()The number of bits associated with the new badge -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
setPreviousVersion
Deprecated.The number of bits associated with the previous badge -
setNewVersion
Deprecated.The number of bits associated with the new badge
-