Package video.api.client.api.models
Class LiveStreamSessionLocation
- java.lang.Object
-
- video.api.client.api.models.LiveStreamSessionLocation
-
- All Implemented Interfaces:
Serializable
public class LiveStreamSessionLocation extends Object implements Serializable
The location of the viewer of the live stream.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CITYstatic StringSERIALIZED_NAME_COUNTRY
-
Constructor Summary
Constructors Constructor Description LiveStreamSessionLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LiveStreamSessionLocationcity(String city)LiveStreamSessionLocationcountry(String country)booleanequals(Object o)StringgetCity()The city of the viewer of the live stream.StringgetCountry()The country of the viewer of the live stream.inthashCode()voidsetCity(String city)voidsetCountry(String country)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_COUNTRY
public static final String SERIALIZED_NAME_COUNTRY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CITY
public static final String SERIALIZED_NAME_CITY
- See Also:
- Constant Field Values
-
-
Method Detail
-
country
public LiveStreamSessionLocation country(String country)
-
getCountry
@Nullable public String getCountry()
The country of the viewer of the live stream.- Returns:
- country
-
setCountry
public void setCountry(String country)
-
city
public LiveStreamSessionLocation city(String city)
-
getCity
@Nullable public String getCity()
The city of the viewer of the live stream.- Returns:
- city
-
setCity
public void setCity(String city)
-
-