Class SharedChatParticipant

java.lang.Object
com.github.twitch4j.pubsub.domain.SharedChatParticipant

public class SharedChatParticipant extends Object
  • Constructor Details

    • SharedChatParticipant

      public SharedChatParticipant()
  • Method Details

    • getProfileImageUrl

      public String getProfileImageUrl()
    • getStatus

      public SharedChatParticipant.Status getStatus()
    • getParticipantId

      public String getParticipantId()
    • getChannelId

      public String getChannelId()
    • getChannelLogin

      public String getChannelLogin()
    • getChannelDisplayName

      public String getChannelDisplayName()
    • getProfileImageUrlTemplate

      public String getProfileImageUrlTemplate()
    • getChannelPrimaryColorHex

      @Nullable public @Nullable String getChannelPrimaryColorHex()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object