Class BitsBadgeData
java.lang.Object
com.github.twitch4j.pubsub.domain.BitsBadgeData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe 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 badgeinthashCode()voidsetBadgeTier(Integer badgeTier) Deprecated.voidsetChannelId(String channelId) Deprecated.voidsetChannelName(String channelName) Deprecated.voidsetChatMessage(String chatMessage) Deprecated.voidDeprecated.voidDeprecated.voidsetUserName(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
-