Package com.github.twitch4j.helix.domain
Class VideoMarker
java.lang.Object
com.github.twitch4j.helix.domain.VideoMarker
Model representing a stream.
A stream is a channel, that is currently streaming live.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Deprecated.in favor of getCreatedAtInstant()@NonNull Instant
RFC3339 timestamp of the marker.@NonNull String
Description of the marker.@NonNull String
getId()
Stream ID.@NonNull String
Relative offset (in seconds) of the marker, from the beginning of the stream.getUrl()
A link to the stream with a query parameter that is a timestamp of the marker’s location.int
hashCode()
toString()
-
Constructor Details
-
VideoMarker
public VideoMarker()
-
-
Method Details
-
getCreatedAt
Deprecated.in favor of getCreatedAtInstant()- Returns:
- the timestamp of the marker, in the system default zone
-
getId
Stream ID. -
getCreatedAtInstant
RFC3339 timestamp of the marker. -
getDescription
Description of the marker. -
getPosition_seconds
Relative offset (in seconds) of the marker, from the beginning of the stream. -
getUrl
A link to the stream with a query parameter that is a timestamp of the marker’s location. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-