Klasse BitsBadgeData
java.lang.Object
com.github.twitch4j.pubsub.domain.BitsBadgeData
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected 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) The number of bits associated with the new badgevoidsetChannelId(String channelId) The id for the channel in which the badge was earnedvoidsetChannelName(String channelName) The login name for the channel in which the badge was earnedvoidsetChatMessage(String chatMessage) The accompanying message when the badge was sharedvoidRFC 3339 timestamp of when the bits badge was awardedvoidThe id for the user that earned a new badgevoidsetUserName(String userName) The login name for the user that earned a new badgetoString()
-
Konstruktordetails
-
BitsBadgeData
public BitsBadgeData()
-
-
Methodendetails
-
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 -
setUserId
The id for the user that earned a new badge -
setUserName
The login name for the user that earned a new badge -
setChannelId
The id for the channel in which the badge was earned -
setChannelName
The login name for the channel in which the badge was earned -
setBadgeTier
The number of bits associated with the new badge -
setChatMessage
The accompanying message when the badge was shared -
setTime
RFC 3339 timestamp of when the bits badge was awarded -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-