public class Moderator
extends Object
-
Constructor Summary
Constructors
-
Method Summary
protected boolean
boolean
Login of a moderator in the channel.
Display name of the moderator.
int
-
Constructor Details
-
Moderator
public Moderator()
-
Method Details
-
getUserId
@NonNull
public @NonNull String getUserId()
ID of the moderator.
-
getUserLogin
@NonNull
public @NonNull String getUserLogin()
Login of a moderator in the channel.
-
getUserName
@NonNull
public @NonNull String getUserName()
Display name of the moderator.
-
-
canEqual
protected boolean canEqual(Object other)
-
-