org.jmythapi.protocol.events.impl
Class RecordingListChangeAdd

java.lang.Object
  extended by org.jmythapi.impl.AData<E>
      extended by org.jmythapi.protocol.response.impl.AMythResponse<E>
          extended by org.jmythapi.protocol.events.impl.AMythEvent<IRecordingListChangeAdd.Props>
              extended by 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


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jmythapi.protocol.events.IRecordingListChangeAdd
IRecordingListChangeAdd.Props
 
Field Summary
 
Fields inherited from class org.jmythapi.impl.AData
logger, propsClass, protoVersion, respArgs
 
Constructor Summary
RecordingListChangeAdd(ProtocolVersion protoVersion, List<String> eventArguments)
           
 
Method Summary
 Integer getChannelID()
          Gets the channel ID of the recording.
 Date getRecordingStartTime()
          Gets the recording start time.
 String getUniqueRecordingID()
          Gets the unique ID of the changed recording.
 
Methods inherited from class org.jmythapi.protocol.events.impl.AMythEvent
decodeProperty, encodeProperty, extractArgumentsList, extractEventName, getEventName, getPacket, toString
 
Methods inherited from class org.jmythapi.protocol.response.impl.AMythResponse
checkSize, getExpectedSize, getProperties, getProperty, getPropertyIndex
 
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 class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jmythapi.protocol.events.IMythEvent
getEventName
 
Methods inherited from interface org.jmythapi.IPropertyAware
getProperties, getProperty, getPropertyClass, getPropertyCount, getPropertyIndex, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValues, setPropertyValue, setPropertyValue, setPropertyValueObject
 
Methods inherited from interface org.jmythapi.IVersionable
getVersionNr
 
Methods inherited from interface org.jmythapi.protocol.ISendable
getPacket
 

Constructor Detail

RecordingListChangeAdd

public RecordingListChangeAdd(ProtocolVersion protoVersion,
                              List<String> eventArguments)
Method Detail

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.