Class TrendingVideosSubcategory
- java.lang.Object
-
- com.microsoft.azure.cognitiveservices.search.videosearch.models.TrendingVideosSubcategory
-
public class TrendingVideosSubcategory extends Object
The TrendingVideosSubcategory model.
-
-
Constructor Summary
Constructors Constructor Description TrendingVideosSubcategory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TrendingVideosTile>tiles()Get the tiles value.Stringtitle()Get the title value.TrendingVideosSubcategorywithTiles(List<TrendingVideosTile> tiles)Set the tiles value.TrendingVideosSubcategorywithTitle(String title)Set the title value.
-
-
-
Method Detail
-
title
public String title()
Get the title value.- Returns:
- the title value
-
withTitle
public TrendingVideosSubcategory withTitle(String title)
Set the title value.- Parameters:
title- the title value to set- Returns:
- the TrendingVideosSubcategory object itself.
-
tiles
public List<TrendingVideosTile> tiles()
Get the tiles value.- Returns:
- the tiles value
-
withTiles
public TrendingVideosSubcategory withTiles(List<TrendingVideosTile> tiles)
Set the tiles value.- Parameters:
tiles- the tiles value to set- Returns:
- the TrendingVideosSubcategory object itself.
-
-