public class StreamMarkers
extends Object
Model representing a stream.
A stream is a channel, that is currently streaming live.
-
Constructor Summary
Constructors
-
Method Summary
protected boolean
boolean
Login corresponding to user_id.
Display name corresponding to user_id.
int
-
Constructor Details
-
StreamMarkers
public StreamMarkers()
-
Method Details
-
getUserId
@NonNull
public @NonNull String getUserId()
Stream ID.
-
getUserName
@NonNull
public @NonNull String getUserName()
Display name corresponding to user_id.
-
getUserLogin
@NonNull
public @NonNull String getUserLogin()
Login corresponding to user_id.
-
-
-
canEqual
protected boolean canEqual(Object other)
-
-