Package video.api.client.api.models
Class LiveStreamSession
- java.lang.Object
-
- video.api.client.api.models.LiveStreamSession
-
- All Implemented Interfaces:
Serializable
public class LiveStreamSession extends Object implements Serializable
LiveStreamSession- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CLIENTstatic StringSERIALIZED_NAME_DEVICEstatic StringSERIALIZED_NAME_LOCATIONstatic StringSERIALIZED_NAME_OSstatic StringSERIALIZED_NAME_REFERRERstatic StringSERIALIZED_NAME_SESSION
-
Constructor Summary
Constructors Constructor Description LiveStreamSession()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_SESSION
public static final String SERIALIZED_NAME_SESSION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LOCATION
public static final String SERIALIZED_NAME_LOCATION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REFERRER
public static final String SERIALIZED_NAME_REFERRER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DEVICE
public static final String SERIALIZED_NAME_DEVICE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_OS
public static final String SERIALIZED_NAME_OS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CLIENT
public static final String SERIALIZED_NAME_CLIENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
session
public LiveStreamSession session(LiveStreamSessionSession session)
-
getSession
@Nullable public LiveStreamSessionSession getSession()
Get session- Returns:
- session
-
setSession
public void setSession(LiveStreamSessionSession session)
-
location
public LiveStreamSession location(LiveStreamSessionLocation location)
-
getLocation
@Nullable public LiveStreamSessionLocation getLocation()
Get location- Returns:
- location
-
setLocation
public void setLocation(LiveStreamSessionLocation location)
-
referrer
public LiveStreamSession referrer(LiveStreamSessionReferrer referrer)
-
getReferrer
@Nullable public LiveStreamSessionReferrer getReferrer()
Get referrer- Returns:
- referrer
-
setReferrer
public void setReferrer(LiveStreamSessionReferrer referrer)
-
device
public LiveStreamSession device(LiveStreamSessionDevice device)
-
getDevice
@Nullable public LiveStreamSessionDevice getDevice()
Get device- Returns:
- device
-
setDevice
public void setDevice(LiveStreamSessionDevice device)
-
os
public LiveStreamSession os(VideoSessionOs os)
-
getOs
@Nullable public VideoSessionOs getOs()
Get os- Returns:
- os
-
setOs
public void setOs(VideoSessionOs os)
-
client
public LiveStreamSession client(LiveStreamSessionClient client)
-
getClient
@Nullable public LiveStreamSessionClient getClient()
Get client- Returns:
- client
-
setClient
public void setClient(LiveStreamSessionClient client)
-
-