Class PollData
java.lang.Object
com.github.twitch4j.pubsub.domain.PollData
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic enumstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetTitle()Deprecated.getVotes()inthashCode()voidsetChoices(List<PollData.PollChoice> choices) Deprecated.voidsetCreatedBy(String createdBy) Deprecated.voidsetDurationSeconds(Long durationSeconds) Deprecated.voidsetEndedAt(Instant endedAt) Deprecated.voidsetEndedBy(String endedBy) Deprecated.voidsetOwnedBy(String ownedBy) Deprecated.voidDeprecated.voidsetRemainingDurationMilliseconds(Long remainingDurationMilliseconds) Deprecated.voidsetSettings(PollData.PollSettings settings) Deprecated.voidsetStartedAt(Instant startedAt) Deprecated.voidsetStatus(PollData.Status status) Deprecated.voidDeprecated.voidsetTokens(PollData.Tokens tokens) Deprecated.voidsetTopBitsContributor(PollData.Contributor topBitsContributor) Deprecated.voidsetTopChannelPointsContributor(PollData.Contributor topChannelPointsContributor) Deprecated.voidsetTopContributor(PollData.Contributor topContributor) Deprecated.voidsetTotalVoters(Integer totalVoters) Deprecated.voidsetVotes(PollData.Votes votes) Deprecated.toString()
-
Constructor Details
-
PollData
public PollData()
-
-
Method Details
-
getPollId
-
getOwnedBy
-
getCreatedBy
-
getTitle
-
getStartedAt
-
getEndedAt
-
getEndedBy
-
getDurationSeconds
-
getSettings
-
getStatus
-
getChoices
-
getVotes
-
getTokens
-
getTotalVoters
-
getRemainingDurationMilliseconds
-
getTopContributor
-
getTopChannelPointsContributor
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
setPollId
Deprecated. -
setOwnedBy
Deprecated. -
setCreatedBy
Deprecated. -
setTitle
Deprecated. -
setStartedAt
Deprecated. -
setEndedAt
Deprecated. -
setEndedBy
Deprecated. -
setDurationSeconds
Deprecated. -
setSettings
Deprecated. -
setStatus
Deprecated. -
setChoices
Deprecated. -
setVotes
Deprecated. -
setTokens
Deprecated. -
setTotalVoters
Deprecated. -
setRemainingDurationMilliseconds
Deprecated. -
setTopContributor
Deprecated. -
setTopBitsContributor
Deprecated. -
setTopChannelPointsContributor
@Deprecated public void setTopChannelPointsContributor(PollData.Contributor topChannelPointsContributor) Deprecated. -
getTopBitsContributor
Deprecated.
-