Class PresenceData.Activity

java.lang.Object
com.github.twitch4j.pubsub.domain.PresenceData.Activity
Enclosing class:
PresenceData

@Deprecated public static class PresenceData.Activity extends Object
Deprecated.
Friends are being removed by Twitch on 2022-05-25
  • Constructor Details

    • Activity

      public Activity()
      Deprecated.
  • Method Details

    • getType

      public String getType()
      Deprecated.
    • getChannelId

      public String getChannelId()
      Deprecated.
    • getChannelLogin

      public String getChannelLogin()
      Deprecated.
    • getChannelDisplayName

      public String getChannelDisplayName()
      Deprecated.
    • getStreamId

      public String getStreamId()
      Deprecated.
    • getGameId

      public String getGameId()
      Deprecated.
    • getGameName

      public String getGameName()
      Deprecated.
    • setType

      public void setType(String type)
      Deprecated.
    • setChannelId

      public void setChannelId(String channelId)
      Deprecated.
    • setChannelLogin

      public void setChannelLogin(String channelLogin)
      Deprecated.
    • setChannelDisplayName

      public void setChannelDisplayName(String channelDisplayName)
      Deprecated.
    • setStreamId

      public void setStreamId(String streamId)
      Deprecated.
    • setGameId

      public void setGameId(String gameId)
      Deprecated.
    • setGameName

      public void setGameName(String gameName)
      Deprecated.
    • equals

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

      protected boolean canEqual(Object other)
      Deprecated.
    • hashCode

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

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object