public class LiveStreamEventServiceInterfaceregisterSessionsForMonitoring extends Object
sessionIds for monitoring. Once the session IDs have
been registered, all logged information about the sessions will be persisted and can be viewed
via the DFP UI.
A session ID is a unique identifier of a single user watching a live stream event.
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
sessionIds |
| Constructor and Description |
|---|
LiveStreamEventServiceInterfaceregisterSessionsForMonitoring() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getSessionIds()
Gets the value of the sessionIds property.
|
public LiveStreamEventServiceInterfaceregisterSessionsForMonitoring()
public List<String> getSessionIds()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the sessionIds property.
For example, to add a new item, do as follows:
getSessionIds().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2018. All Rights Reserved.