Class TrendingVideos
- java.lang.Object
-
- com.microsoft.azure.cognitiveservices.search.videosearch.models.ResponseBase
-
- com.microsoft.azure.cognitiveservices.search.videosearch.models.Identifiable
-
- com.microsoft.azure.cognitiveservices.search.videosearch.models.Response
-
- com.microsoft.azure.cognitiveservices.search.videosearch.models.TrendingVideos
-
public class TrendingVideos extends Response
The TrendingVideos model.
-
-
Constructor Summary
Constructors Constructor Description TrendingVideos()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TrendingVideosTile>bannerTiles()Get the bannerTiles value.List<TrendingVideosCategory>categories()Get the categories value.TrendingVideoswithBannerTiles(List<TrendingVideosTile> bannerTiles)Set the bannerTiles value.TrendingVideoswithCategories(List<TrendingVideosCategory> categories)Set the categories value.-
Methods inherited from class com.microsoft.azure.cognitiveservices.search.videosearch.models.Response
webSearchUrl
-
Methods inherited from class com.microsoft.azure.cognitiveservices.search.videosearch.models.Identifiable
id
-
-
-
-
Method Detail
-
bannerTiles
public List<TrendingVideosTile> bannerTiles()
Get the bannerTiles value.- Returns:
- the bannerTiles value
-
withBannerTiles
public TrendingVideos withBannerTiles(List<TrendingVideosTile> bannerTiles)
Set the bannerTiles value.- Parameters:
bannerTiles- the bannerTiles value to set- Returns:
- the TrendingVideos object itself.
-
categories
public List<TrendingVideosCategory> categories()
Get the categories value.- Returns:
- the categories value
-
withCategories
public TrendingVideos withCategories(List<TrendingVideosCategory> categories)
Set the categories value.- Parameters:
categories- the categories value to set- Returns:
- the TrendingVideos object itself.
-
-