org.jmythapi.protocol.events.impl
Class CommflagStart
java.lang.Object
org.jmythapi.impl.AData<E>
org.jmythapi.protocol.response.impl.AMythResponse<E>
org.jmythapi.protocol.events.impl.AMythEvent<ICommflagStart.Props>
org.jmythapi.protocol.events.impl.CommflagStart
- All Implemented Interfaces:
- Cloneable, IPropertyAware<ICommflagStart.Props>, IVersionable, ICommflagStart, IMythEvent<ICommflagStart.Props>, IRecordingEvent<ICommflagStart.Props>, ISendable, IMythResponse<ICommflagStart.Props>
public class CommflagStart
- extends AMythEvent<ICommflagStart.Props>
- implements ICommflagStart
Methods inherited from class org.jmythapi.impl.AData |
clone, equals, getPropertyClass, getPropertyCount, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValueObject, getPropertyValues, getVersionNr, hashCode, init, setPropertyValue, setPropertyValue, setPropertyValueObject |
Methods inherited from interface org.jmythapi.IPropertyAware |
getProperties, getProperty, getPropertyClass, getPropertyCount, getPropertyIndex, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValues, setPropertyValue, setPropertyValue, setPropertyValueObject |
CommflagStart
public CommflagStart(IMythPacket packet)
postProcessArguments
protected void postProcessArguments()
- Overrides:
postProcessArguments
in class AData<ICommflagStart.Props>
getChannelID
public Integer getChannelID()
- Description copied from interface:
ICommflagStart
- Gets the channel ID of the recording.
- Specified by:
getChannelID
in interface ICommflagStart
- Specified by:
getChannelID
in interface IRecordingEvent<ICommflagStart.Props>
- Returns:
- the channel ID.
getRecordingStartTime
public Date getRecordingStartTime()
- Description copied from interface:
ICommflagStart
- Gets the recording start time.
- Specified by:
getRecordingStartTime
in interface ICommflagStart
- Specified by:
getRecordingStartTime
in interface IRecordingEvent<ICommflagStart.Props>
- Returns:
- the recording start time.
getUniqueRecordingID
public String getUniqueRecordingID()
- Description copied from interface:
ICommflagStart
- Gets the unique ID of the changed recording.
- Specified by:
getUniqueRecordingID
in interface ICommflagStart
- 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.