org.jmythapi.protocol.events
Interface ICommflagStart
- All Superinterfaces:
- Cloneable, IMythEvent<ICommflagStart.Props>, IPropertyAware<ICommflagStart.Props>, IRecordingEvent<ICommflagStart.Props>, ISendable, IVersionable
- All Known Implementing Classes:
- CommflagStart
public interface ICommflagStart
- extends IRecordingEvent<ICommflagStart.Props>
Backend Event - Recording - Commercial-Flagging Start.
- See Also:
BACKEND_MESSAGE_COMMFLAG_START
Methods inherited from interface org.jmythapi.IPropertyAware |
getProperties, getProperty, getPropertyClass, getPropertyCount, getPropertyIndex, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValues, setPropertyValue, setPropertyValue, setPropertyValueObject |
getChannelID
Integer getChannelID()
- Gets the channel ID of the recording.
- Specified by:
getChannelID
in interface IRecordingEvent<ICommflagStart.Props>
- Returns:
- the channel ID.
getRecordingStartTime
Date getRecordingStartTime()
- Gets the recording start time.
- Specified by:
getRecordingStartTime
in interface IRecordingEvent<ICommflagStart.Props>
- Returns:
- the recording start time.
getUniqueRecordingID
String getUniqueRecordingID()
- Gets the unique ID of the changed recording.
- Specified by:
getUniqueRecordingID
in interface IRecordingEvent<ICommflagStart.Props>
- Returns:
- the unique recording ID.
- See Also:
EncodingUtils.generateId(Integer, Date)
Copyright © 2008-2013. All Rights Reserved.