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