Class HypeTrainConfig
java.lang.Object
com.github.twitch4j.pubsub.domain.HypeTrainConfig
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated.static classstatic classDeprecated.static classDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.getId()Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.@Nullable StringDeprecated.Deprecated.inthashCode()voidsetCalloutEmote(Emote calloutEmote) Deprecated.voidsetCalloutEmoteId(String calloutEmoteId) Deprecated.voidsetCalloutEmoteToken(String calloutEmoteToken) Deprecated.voidsetChannelId(String channelId) Deprecated.voidsetConductorRewards(HypeTrainConfig.ConductorRewards conductorRewards) Deprecated.voidsetConversionRates(List<HypeTrainParticipation> conversionRates) Deprecated.voidsetCooldownDuration(Long cooldownDuration) Deprecated.voidsetDifficulty(String difficulty) Deprecated.voidsetDifficultySetting(List<HypeTrainConfig.DifficultySetting> difficultySetting) Deprecated.voidsetDifficultySettings(HypeTrainConfig.DifficultySettings difficultySettings) Deprecated.voidsetHasConductorBadges(Boolean hasConductorBadges) Deprecated.voidDeprecated.voidsetIsEnabled(Boolean isEnabled) Deprecated.voidsetIsWhitelisted(Boolean isWhitelisted) Deprecated.voidDeprecated.voidsetLeaderRewards(List<HypeTrainConductorReward> leaderRewards) Deprecated.voidsetLevelDuration(Long levelDuration) Deprecated.voidsetNotificationThresholds(HypeTrainParticipations notificationThresholds) Deprecated.voidsetParticipationConversionRates(HypeTrainParticipations participationConversionRates) Deprecated.voidsetPotentialRewards(List<HypeTrainPotentialReward> potentialRewards) Deprecated.voidsetPrimaryHexColor(@Nullable String primaryHexColor) Deprecated.voidsetThemeColor(String themeColor) Deprecated.voidsetUseCreatorColor(Boolean useCreatorColor) Deprecated.voidsetUsePersonalizedSettings(Boolean usePersonalizedSettings) Deprecated.toString()
-
Constructor Details
-
HypeTrainConfig
public HypeTrainConfig()
-
-
Method Details
-
getId
-
getChannelId
Deprecated. -
getIsEnabled
Deprecated. -
getIsWhitelisted
Deprecated. -
getKickoff
Deprecated. -
getCooldownDuration
Deprecated. -
getLevelDuration
Deprecated. -
getDifficulty
-
getConversionRates
-
getParticipationConversionRates
Deprecated. -
getNotificationThresholds
Deprecated. -
getDifficultySetting
-
getDifficultySettings
Deprecated. -
getLeaderRewards
-
getConductorRewards
Deprecated. -
getPotentialRewards
-
getCalloutEmote
-
getCalloutEmoteId
Deprecated. -
getCalloutEmoteToken
Deprecated. -
getThemeColor
Deprecated. -
getUseCreatorColor
-
getPrimaryHexColor
-
getUsePersonalizedSettings
Deprecated. -
getHasConductorBadges
Deprecated. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
setId
Deprecated. -
setDifficulty
Deprecated. -
setConversionRates
Deprecated. -
setDifficultySetting
@Deprecated public void setDifficultySetting(List<HypeTrainConfig.DifficultySetting> difficultySetting) Deprecated. -
setLeaderRewards
Deprecated. -
setPotentialRewards
Deprecated. -
setCalloutEmote
Deprecated. -
setUseCreatorColor
Deprecated. -
setPrimaryHexColor
Deprecated. -
setChannelId
Deprecated. -
setIsEnabled
Deprecated. -
setIsWhitelisted
Deprecated. -
setKickoff
Deprecated. -
setCooldownDuration
Deprecated. -
setLevelDuration
Deprecated. -
setParticipationConversionRates
@Deprecated public void setParticipationConversionRates(HypeTrainParticipations participationConversionRates) Deprecated. -
setNotificationThresholds
Deprecated. -
setDifficultySettings
@Deprecated public void setDifficultySettings(HypeTrainConfig.DifficultySettings difficultySettings) Deprecated. -
setConductorRewards
Deprecated. -
setCalloutEmoteId
Deprecated. -
setCalloutEmoteToken
Deprecated. -
setThemeColor
Deprecated. -
setUsePersonalizedSettings
Deprecated. -
setHasConductorBadges
Deprecated.
-