Package video.api.client.api.models
Class Chapter
- java.lang.Object
-
- video.api.client.api.models.Chapter
-
- All Implemented Interfaces:
Serializable,DeepObject
public class Chapter extends Object implements Serializable, DeepObject
Chapter- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_LANGUAGEstatic StringSERIALIZED_NAME_SRCstatic StringSERIALIZED_NAME_URI
-
Constructor Summary
Constructors Constructor Description Chapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetLanguage()Get languageStringgetSrc()The link to your VTT file, which contains your chapters information for the video.StringgetUri()Get uriinthashCode()Chapterlanguage(String language)voidsetLanguage(String language)voidsetSrc(String src)voidsetUri(String uri)Chaptersrc(String src)StringtoString()Chapteruri(String uri)
-
-
-
Field Detail
-
SERIALIZED_NAME_URI
public static final String SERIALIZED_NAME_URI
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SRC
public static final String SERIALIZED_NAME_SRC
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LANGUAGE
public static final String SERIALIZED_NAME_LANGUAGE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getUri
@Nullable public String getUri()
Get uri- Returns:
- uri
-
setUri
public void setUri(String uri)
-
getSrc
@Nullable public String getSrc()
The link to your VTT file, which contains your chapters information for the video.- Returns:
- src
-
setSrc
public void setSrc(String src)
-
getLanguage
@Nullable public String getLanguage()
Get language- Returns:
- language
-
setLanguage
public void setLanguage(String language)
-
-