Class BitsBadgeData
java.lang.Object
com.github.twitch4j.pubsub.domain.BitsBadgeData
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The number of bits associated with the new badgeThe id for the channel in which the badge was earnedThe login name for the channel in which the badge was earnedThe accompanying message when the badge was sharedgetTime()
RFC 3339 timestamp of when the bits badge was awardedThe id for the user that earned a new badgeThe login name for the user that earned a new badgeint
hashCode()
void
setBadgeTier
(Integer badgeTier) Deprecated.void
setChannelId
(String channelId) Deprecated.void
setChannelName
(String channelName) Deprecated.void
setChatMessage
(String chatMessage) Deprecated.void
Deprecated.void
Deprecated.void
setUserName
(String userName) Deprecated.toString()
-
Constructor Details
-
BitsBadgeData
public BitsBadgeData()
-
-
Method Details
-
getUserId
The id for the user that earned a new badge -
getUserName
The login name for the user that earned a new badge -
getChannelId
The id for the channel in which the badge was earned -
getChannelName
The login name for the channel in which the badge was earned -
getBadgeTier
The number of bits associated with the new badge -
getChatMessage
The accompanying message when the badge was shared -
getTime
RFC 3339 timestamp of when the bits badge was awarded -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
setUserId
Deprecated.The id for the user that earned a new badge -
setUserName
Deprecated.The login name for the user that earned a new badge -
setChannelId
Deprecated.The id for the channel in which the badge was earned -
setChannelName
Deprecated.The login name for the channel in which the badge was earned -
setBadgeTier
Deprecated.The number of bits associated with the new badge -
setChatMessage
Deprecated.The accompanying message when the badge was shared -
setTime
Deprecated.RFC 3339 timestamp of when the bits badge was awarded
-