org.jmythapi.protocol.events.impl
Class RecordingListChangeDelete
java.lang.Object
org.jmythapi.impl.AData<E>
org.jmythapi.protocol.response.impl.AMythResponse<E>
org.jmythapi.protocol.events.impl.AMythEvent<IRecordingListChangeDelete.Props>
org.jmythapi.protocol.events.impl.RecordingListChangeDelete
- All Implemented Interfaces:
- Cloneable, IPropertyAware<IRecordingListChangeDelete.Props>, IVersionable, IMythEvent<IRecordingListChangeDelete.Props>, IRecordingEvent<IRecordingListChangeDelete.Props>, IRecordingListChange<IRecordingListChangeDelete.Props>, IRecordingListChangeDelete, IRecordingListChangeSingle<IRecordingListChangeDelete.Props>, ISendable, IMythResponse<IRecordingListChangeDelete.Props>
public class RecordingListChangeDelete
- extends AMythEvent<IRecordingListChangeDelete.Props>
- implements IRecordingListChangeDelete
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 |
RecordingListChangeDelete
public RecordingListChangeDelete(ProtocolVersion protoVersion,
List<String> eventArguments)
getChannelID
public Integer getChannelID()
- Description copied from interface:
IRecordingListChangeDelete
- Gets the channel ID of the recording.
- Specified by:
getChannelID
in interface IRecordingEvent<IRecordingListChangeDelete.Props>
- Specified by:
getChannelID
in interface IRecordingListChangeDelete
- Specified by:
getChannelID
in interface IRecordingListChangeSingle<IRecordingListChangeDelete.Props>
- Returns:
- the channel ID.
getRecordingStartTime
public Date getRecordingStartTime()
- Description copied from interface:
IRecordingListChangeDelete
- Gets the recording start time.
- Specified by:
getRecordingStartTime
in interface IRecordingEvent<IRecordingListChangeDelete.Props>
- Specified by:
getRecordingStartTime
in interface IRecordingListChangeDelete
- Specified by:
getRecordingStartTime
in interface IRecordingListChangeSingle<IRecordingListChangeDelete.Props>
- Returns:
- the recording start time.
getUniqueRecordingID
public String getUniqueRecordingID()
- Description copied from interface:
IRecordingListChangeDelete
- Gets the unique ID of the changed recording.
- Specified by:
getUniqueRecordingID
in interface IRecordingEvent<IRecordingListChangeDelete.Props>
- Specified by:
getUniqueRecordingID
in interface IRecordingListChangeDelete
- Specified by:
getUniqueRecordingID
in interface IRecordingListChangeSingle<IRecordingListChangeDelete.Props>
- Returns:
- the unique recording ID.
- See Also:
EncodingUtils.generateId(Integer, Date)
Copyright © 2008-2013. All Rights Reserved.