LiveTvProgramEntity


class LiveTvProgramEntity : Entity


An object representing a live tv program.

Summary

Nested types

Builder class for LiveTvProgramEntity.

Public functions

ImmutableList<DisplayTimeWindow!>!

Returns the availability time windows of the live tv program.

Optional<String!>!

Returns the channel id of the live tv program.

Optional<Image!>!

Returns the channel logo image of the live tv program.

Optional<String!>!

Returns the channel name of the live tv program.

Optional<String!>!

Returns the description of the live tv program.

Optional<String!>!

Returns the id of the live tv program.

Optional<String!>!

Returns the name of the live tv program.

ImmutableList<Image!>!

Returns the program image of the live tv program.

Optional<RecommendationReason!>!

Returns the recommendation reason of the live tv program.

Public functions

getAvailabilityTimeWindows

fun getAvailabilityTimeWindows(): ImmutableList<DisplayTimeWindow!>!

Returns the availability time windows of the live tv program.

getChannelId

fun getChannelId(): Optional<String!>!

Returns the channel id of the live tv program.

getChannelLogoImage

fun getChannelLogoImage(): Optional<Image!>!

Returns the channel logo image of the live tv program.

getChannelName

fun getChannelName(): Optional<String!>!

Returns the channel name of the live tv program.

getDescription

fun getDescription(): Optional<String!>!

Returns the description of the live tv program.

getEntityId

fun getEntityId(): Optional<String!>!

Returns the id of the live tv program.

getName

fun getName(): Optional<String!>!

Returns the name of the live tv program.

getPosterImages

fun getPosterImages(): ImmutableList<Image!>!

Returns the program image of the live tv program.

getRecommendationReason

fun getRecommendationReason(): Optional<RecommendationReason!>!

Returns the recommendation reason of the live tv program.

Public properties

contentRatings

val contentRatingsImmutableList<RatingSystem!>!

genres

val genresImmutableList<String!>!

platformSpecificPlaybackUris

val platformSpecificPlaybackUrisImmutableList<PlatformSpecificUri!>!