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