Package dev.qixils.crowdcontrol.socket
Class Request.Target
- java.lang.Object
-
- dev.qixils.crowdcontrol.socket.Request.Target
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@NotNull StringgetAvatar()Gets the URL of the recipient's avatar on Twitch.intgetId()The recipient's Twitch ID.@NotNull StringgetName()The recipient's name on Twitch.inthashCode()
-
-
-
Method Detail
-
getId
public int getId()
The recipient's Twitch ID.- Returns:
- Twitch ID
-
getName
@NotNull public @NotNull String getName()
The recipient's name on Twitch.- Returns:
- Twitch username
-
getAvatar
@NotNull public @NotNull String getAvatar()
Gets the URL of the recipient's avatar on Twitch.- Returns:
- Twitch avatar URL
-
-