org.jmythapi.protocol.events.impl
Class RecordingListChangeAdd
java.lang.Object
org.jmythapi.impl.AData<E>
org.jmythapi.protocol.response.impl.AMythResponse<E>
org.jmythapi.protocol.events.impl.AMythEvent<IRecordingListChangeAdd.Props>
org.jmythapi.protocol.events.impl.RecordingListChangeAdd
- All Implemented Interfaces:
- Cloneable, IPropertyAware<IRecordingListChangeAdd.Props>, IVersionable, IMythEvent<IRecordingListChangeAdd.Props>, IRecordingEvent<IRecordingListChangeAdd.Props>, IRecordingListChange<IRecordingListChangeAdd.Props>, IRecordingListChangeAdd, IRecordingListChangeSingle<IRecordingListChangeAdd.Props>, ISendable, IMythResponse<IRecordingListChangeAdd.Props>
public class RecordingListChangeAdd
- extends AMythEvent<IRecordingListChangeAdd.Props>
- implements IRecordingListChangeAdd
Methods inherited from class org.jmythapi.impl.AData |
clone, equals, getPropertyClass, getPropertyCount, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValueObject, getPropertyValues, getVersionNr, hashCode, init, postProcessArguments, setPropertyValue, setPropertyValue, setPropertyValueObject |
Methods inherited from interface org.jmythapi.IPropertyAware |
getProperties, getProperty, getPropertyClass, getPropertyCount, getPropertyIndex, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValues, setPropertyValue, setPropertyValue, setPropertyValueObject |
RecordingListChangeAdd
public RecordingListChangeAdd(ProtocolVersion protoVersion,
List<String> eventArguments)
getChannelID
public Integer getChannelID()
- Description copied from interface:
IRecordingListChangeAdd
- Gets the channel ID of the recording.
- Specified by:
getChannelID
in interface IRecordingEvent<IRecordingListChangeAdd.Props>
- Specified by:
getChannelID
in interface IRecordingListChangeAdd
- Specified by:
getChannelID
in interface IRecordingListChangeSingle<IRecordingListChangeAdd.Props>
- Returns:
- the channel ID.
getRecordingStartTime
public Date getRecordingStartTime()
- Description copied from interface:
IRecordingListChangeAdd
- Gets the recording start time.
- Specified by:
getRecordingStartTime
in interface IRecordingEvent<IRecordingListChangeAdd.Props>
- Specified by:
getRecordingStartTime
in interface IRecordingListChangeAdd
- Specified by:
getRecordingStartTime
in interface IRecordingListChangeSingle<IRecordingListChangeAdd.Props>
- Returns:
- the recording start time.
getUniqueRecordingID
public String getUniqueRecordingID()
- Description copied from interface:
IRecordingListChangeAdd
- Gets the unique ID of the changed recording.
- Specified by:
getUniqueRecordingID
in interface IRecordingEvent<IRecordingListChangeAdd.Props>
- Specified by:
getUniqueRecordingID
in interface IRecordingListChangeAdd
- Specified by:
getUniqueRecordingID
in interface IRecordingListChangeSingle<IRecordingListChangeAdd.Props>
- Returns:
- the unique recording ID.
- See Also:
EncodingUtils.generateId(Integer, Date)
Copyright © 2008-2013. All Rights Reserved.