Package com.github.twitch4j.helix.domain
Class Clip
java.lang.Object
com.github.twitch4j.helix.domain.Clip
Clip
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
User ID of the stream from which the clip was created.User display name of the stream from which the clip was created.Deprecated.in favor of getCreatedAtInstant()Date when the clip was created.Display name of the user who created the clip.Display name of the user who created the clip.Duration of the Clip in seconds (up to 0.1 precision).URL to embed the clip.ID of the game assigned to the stream when the clip was created.getId()
ID of the clip being queried.Language of the stream from which the clip was created.URL of the clip thumbnail.getTitle()
Title of the clip.getUrl()
URL where the clip can be viewed.ID of the video from which the clip was created.Number of times the clip has been viewed.The zero-based offset, in seconds, to where the clip starts in the video (VOD) or stream.int
hashCode()
Whether the clip is featured.toString()
-
Constructor Details
-
Clip
public Clip()
-
-
Method Details
-
getCreatedAt
Deprecated.in favor of getCreatedAtInstant()- Returns:
- the timestamp for the clip's creation
-
getId
ID of the clip being queried. -
getUrl
URL where the clip can be viewed. -
getEmbedUrl
URL to embed the clip. -
getBroadcasterId
User ID of the stream from which the clip was created. -
getBroadcasterName
User display name of the stream from which the clip was created. -
getCreatorId
Display name of the user who created the clip. -
getCreatorName
Display name of the user who created the clip. -
getVideoId
ID of the video from which the clip was created. -
getGameId
ID of the game assigned to the stream when the clip was created. -
getLanguage
Language of the stream from which the clip was created. -
getTitle
Title of the clip. -
getViewCount
Number of times the clip has been viewed. -
getCreatedAtInstant
Date when the clip was created. -
getThumbnailUrl
URL of the clip thumbnail. -
getDuration
Duration of the Clip in seconds (up to 0.1 precision). -
getVodOffset
The zero-based offset, in seconds, to where the clip starts in the video (VOD) or stream. -
isFeatured
Whether the clip is featured. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-