Package video.api.client.api.models
Class PlayerThemeAssets
- java.lang.Object
-
- video.api.client.api.models.PlayerThemeAssets
-
- All Implemented Interfaces:
Serializable,DeepObject
public class PlayerThemeAssets extends Object implements Serializable, DeepObject
PlayerThemeAssets- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_LINKstatic StringSERIALIZED_NAME_LOGO
-
Constructor Summary
Constructors Constructor Description PlayerThemeAssets()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetLink()The path to the file containing your logo.StringgetLogo()The name of the file containing the logo you want to use.inthashCode()PlayerThemeAssetslink(String link)PlayerThemeAssetslogo(String logo)voidsetLink(String link)voidsetLogo(String logo)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_LOGO
public static final String SERIALIZED_NAME_LOGO
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LINK
public static final String SERIALIZED_NAME_LINK
- See Also:
- Constant Field Values
-
-
Method Detail
-
logo
public PlayerThemeAssets logo(String logo)
-
getLogo
@Nullable public String getLogo()
The name of the file containing the logo you want to use.- Returns:
- logo
-
setLogo
public void setLogo(String logo)
-
link
public PlayerThemeAssets link(String link)
-
getLink
@Nullable public String getLink()
The path to the file containing your logo.- Returns:
- link
-
setLink
public void setLink(String link)
-
-