MediaActionFeedEntity


public final class MediaActionFeedEntity extends Entity


Represents a media action feed entity.

This entity facilitates the use of a dataFeedElementId, which serves as a unique identifier for ingested feed content. This ID is crucial for Google TV to accurately identify and process the content, enabling features such as Gracenote metadata lookups.

Summary

Nested types

Builder class for MediaActionFeedEntity.

Public methods

Optional<String>

Returns the data feed element ID of the entity.

Optional<String>

Returns the description of the entity.

Optional<String>

Returns the name of the entity.

Optional<List<Image>>

Returns the poster images of the entity.

Optional<RecommendationReason>

Returns the recommendation reason of the entity.

Public methods

getDataFeedElementId

public Optional<StringgetDataFeedElementId()

Returns the data feed element ID of the entity.

getDescription

public Optional<StringgetDescription()

Returns the description of the entity.

getName

public Optional<StringgetName()

Returns the name of the entity.

getPosterImages

public Optional<List<Image>> getPosterImages()

Returns the poster images of the entity.

getRecommendationReason

public Optional<RecommendationReasongetRecommendationReason()

Returns the recommendation reason of the entity.