TvChannel

public final class TvChannel implements Serializable

Represents a TV channel

Functions

Link copied to clipboard
final String getCode()

The Snapscreen-specific channel code for this TV channel

Link copied to clipboard
final Boolean getGrabbed()

Whether this tv channel is grabbed by Snapscreen and available for snapping

Link copied to clipboard
final Integer getId()

An internal channel identifier

Link copied to clipboard
final String getLiveImageUrl()

Optional URL for a live image of the currently epg unit on this channel

Link copied to clipboard
final Boolean getLiveImageUrlSecured()

Determines whether an access token is necessary when fetching the liveImageURL

Link copied to clipboard
final String getLogoURL()

An optional link to a channel logo

Link copied to clipboard
final String getName()

Human-readable name for this TV channel

Link copied to clipboard
final String getPosterUrl()

An optional link to a channel poster image

Link copied to clipboard
final Unit setLiveImageUrl(String liveImageUrl)

Optional URL for a live image of the currently epg unit on this channel

Link copied to clipboard
final Unit setLiveImageUrlSecured(Boolean liveImageUrlSecured)

Determines whether an access token is necessary when fetching the liveImageURL

Link copied to clipboard
final Unit setLogoURL(String logoURL)

An optional link to a channel logo

Link copied to clipboard
final Unit setPosterUrl(String posterUrl)

An optional link to a channel poster image

Properties

Link copied to clipboard
private final String code

The Snapscreen-specific channel code for this TV channel

Link copied to clipboard
private final Boolean grabbed

Whether this tv channel is grabbed by Snapscreen and available for snapping

Link copied to clipboard
private final Integer id

An internal channel identifier

Link copied to clipboard
private transient String liveImageUrl

Optional URL for a live image of the currently epg unit on this channel

Link copied to clipboard
private transient Boolean liveImageUrlSecured

Determines whether an access token is necessary when fetching the liveImageURL

Link copied to clipboard
private transient String logoURL

An optional link to a channel logo

Link copied to clipboard
private final String name

Human-readable name for this TV channel

Link copied to clipboard
private transient String posterUrl

An optional link to a channel poster image