TrendingVideosCategory Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.search.videosearch.models.TrendingVideosCategory

public class TrendingVideosCategory

The TrendingVideosCategory model.

Constructor Summary

Constructor Description
TrendingVideosCategory()

Method Summary

Modifier and Type Method and Description
java.util.List<TrendingVideosSubcategory> subcategories()

Get the subcategories value.

java.lang.String title()

Get the title value.

TrendingVideosCategory withSubcategories(List<TrendingVideosSubcategory> subcategories)

Set the subcategories value.

TrendingVideosCategory withTitle(String title)

Set the title value.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

TrendingVideosCategory

public TrendingVideosCategory()

Method Details

subcategories

public List subcategories()

Get the subcategories value.

Returns:

the subcategories value

title

public String title()

Get the title value.

Returns:

the title value

withSubcategories

public TrendingVideosCategory withSubcategories(List subcategories)

Set the subcategories value.

Parameters:

subcategories - the subcategories value to set

Returns:

the TrendingVideosCategory object itself.

withTitle

public TrendingVideosCategory withTitle(String title)

Set the title value.

Parameters:

title - the title value to set

Returns:

the TrendingVideosCategory object itself.

Applies to