public class RaiseBaseEvent extends Object implements Event
Constructor and Description |
---|
RaiseBaseEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags) |
Modifier and Type | Method and Description |
---|---|
MediaObject |
getSource()
Getter for the source property
|
List<Tag> |
getTags()
Getter for the tags property
|
String |
getTimestamp()
Getter for the timestamp property
|
String |
getTimestampMillis()
Getter for the timestampMillis property
|
void |
setSource(MediaObject source)
Setter for the source property
|
void |
setTags(List<Tag> tags)
Setter for the tags property
|
void |
setTimestamp(String timestamp)
Setter for the timestamp property
|
void |
setTimestampMillis(String timestampMillis)
Setter for the timestampMillis property
|
public RaiseBaseEvent(MediaObject source, String timestamp, String timestampMillis, List<Tag> tags)
source
- Object that raised the eventtimestamp
- [DEPRECATED: Use timestampMillis] The timestamp associated with this object: Seconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).timestampMillis
- The timestamp associated with this event: Milliseconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).tags
- public MediaObject getSource()
public void setSource(MediaObject source)
source
- Object that raised the eventpublic String getTimestamp()
public void setTimestamp(String timestamp)
timestamp
- [DEPRECATED: Use timestampMillis] The timestamp associated with this object: Seconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).public String getTimestampMillis()
public void setTimestampMillis(String timestampMillis)
timestampMillis
- The timestamp associated with this event: Milliseconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).Copyright © 2022 Kurento. All rights reserved.