org.jmythapi.protocol.events.impl
Class VideoListChange.VideoChange
java.lang.Object
org.jmythapi.protocol.events.impl.VideoListChange.VideoChange
- All Implemented Interfaces:
- IVideoListChange.IVideoChange
- Enclosing class:
- VideoListChange
public static class VideoListChange.VideoChange
- extends Object
- implements IVideoListChange.IVideoChange
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VideoListChange.VideoChange
public VideoListChange.VideoChange(IVideoListChange.ChangeType type,
Integer id)
getId
public Integer getId()
- Description copied from interface:
IVideoListChange.IVideoChange
- Gets the video id.
- Specified by:
getId
in interface IVideoListChange.IVideoChange
- Returns:
- the video id.
getType
public IVideoListChange.ChangeType getType()
- Description copied from interface:
IVideoListChange.IVideoChange
- Gets the type of change.
- Specified by:
getType
in interface IVideoListChange.IVideoChange
- Returns:
- the type of change.
valueOf
public static VideoListChange.VideoChange valueOf(String changeStr)
Copyright © 2008-2013. All Rights Reserved.