public class ObjectDestroyedEvent extends RaiseBaseEvent
Constructor and Description |
---|
ObjectDestroyedEvent(MediaObject source,
java.lang.String timestamp,
java.util.List<Tag> tags,
java.lang.String objectId)
Indicates that an object has been destroyed on the mediaserver
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getObjectId()
Getter for the objectId property
|
void |
setObjectId(java.lang.String objectId)
Setter for the objectId property
|
getSource, getTags, getTimestamp, setSource, setTags, setTimestamp
public ObjectDestroyedEvent(MediaObject source, java.lang.String timestamp, java.util.List<Tag> tags, java.lang.String objectId)
source
- Object that raised the eventtimestamp
- tags
- objectId
- The id of the object that has been destroyedpublic java.lang.String getObjectId()
public void setObjectId(java.lang.String objectId)
objectId
- The id of the object that has been destroyed