java.lang.Object
com.github.twitch4j.helix.domain.OverwatchMetadata.OverwatchHero
- Enclosing class:
- OverwatchMetadata
public static class OverwatchMetadata.OverwatchHero
extends Object
Overwatch Hero
-
Constructor Summary
Constructors
-
Method Summary
protected boolean
boolean
Ability being used by the broadcaster.
Name of the Overwatch hero.
Role of the Overwatch hero.
int
-
Constructor Details
-
OverwatchHero
public OverwatchHero()
-
Method Details
-
getName
@NonNull
public @NonNull String getName()
Name of the Overwatch hero.
-
getRole
@NonNull
public @NonNull String getRole()
Role of the Overwatch hero.
-
getAbility
@NonNull
public @NonNull String getAbility()
Ability being used by the broadcaster.
-
-
canEqual
protected boolean canEqual(Object other)
-
-