Package video.api.client.api.models
Class LiveStreamSessionClient
- java.lang.Object
-
- video.api.client.api.models.LiveStreamSessionClient
-
- All Implemented Interfaces:
Serializable
public class LiveStreamSessionClient extends Object implements Serializable
What kind of browser the viewer is using for the live stream session.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_TYPEstatic StringSERIALIZED_NAME_VERSION
-
Constructor Summary
Constructors Constructor Description LiveStreamSessionClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()The name of the browser used to view the live stream session.StringgetType()The type of client used to view the live stream session.StringgetVersion()The version of the browser used to view the live stream session.inthashCode()LiveStreamSessionClientname(String name)voidsetName(String name)voidsetType(String type)voidsetVersion(String version)StringtoString()LiveStreamSessionClienttype(String type)LiveStreamSessionClientversion(String version)
-
-
-
Field Detail
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VERSION
public static final String SERIALIZED_NAME_VERSION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public LiveStreamSessionClient name(String name)
-
getName
@Nullable public String getName()
The name of the browser used to view the live stream session.- Returns:
- name
-
setName
public void setName(String name)
-
version
public LiveStreamSessionClient version(String version)
-
getVersion
@Nullable public String getVersion()
The version of the browser used to view the live stream session.- Returns:
- version
-
setVersion
public void setVersion(String version)
-
type
public LiveStreamSessionClient type(String type)
-
getType
@Nullable public String getType()
The type of client used to view the live stream session.- Returns:
- type
-
setType
public void setType(String type)
-
-