Package video.api.client.api.models
Class VideoSessionClient
- java.lang.Object
-
- video.api.client.api.models.VideoSessionClient
-
- All Implemented Interfaces:
Serializable
public class VideoSessionClient extends Object implements Serializable
What kind of browser the viewer is using for the video 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 VideoSessionClient()
-
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 video session.StringgetType()The type of client used to view the video session.StringgetVersion()The version of the browser used to view the video session.inthashCode()VideoSessionClientname(String name)voidsetName(String name)voidsetType(String type)voidsetVersion(String version)StringtoString()VideoSessionClienttype(String type)VideoSessionClientversion(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 VideoSessionClient name(String name)
-
getName
@Nullable public String getName()
The name of the browser used to view the video session.- Returns:
- name
-
setName
public void setName(String name)
-
version
public VideoSessionClient version(String version)
-
getVersion
@Nullable public String getVersion()
The version of the browser used to view the video session.- Returns:
- version
-
setVersion
public void setVersion(String version)
-
type
public VideoSessionClient type(String type)
-
getType
@Nullable public String getType()
The type of client used to view the video session.- Returns:
- type
-
setType
public void setType(String type)
-
-