org.mythtv.services.api.video
Class VideoLookups
java.lang.Object
org.mythtv.services.api.video.VideoLookups
public class VideoLookups
- extends Object
- Author:
- Daniel Frey
VideoLookups
public VideoLookups()
getCount
public int getCount()
- Returns:
- the count
setCount
public void setCount(int count)
- Parameters:
count - the count to set
getAsOf
public org.joda.time.DateTime getAsOf()
- Returns:
- the asOf
setAsOf
public void setAsOf(org.joda.time.DateTime asOf)
- Parameters:
asOf - the asOf to set
getVersion
public String getVersion()
- Returns:
- the version
setVersion
public void setVersion(String version)
- Parameters:
version - the version to set
getProtocolVersion
public String getProtocolVersion()
- Returns:
- the protocolVersion
setProtocolVersion
public void setProtocolVersion(String protocolVersion)
- Parameters:
protocolVersion - the protocolVersion to set
getVideoLookups
public List<VideoLookup> getVideoLookups()
- Returns:
- the videoLookups
setVideoLookups
public void setVideoLookups(List<VideoLookup> videoLookups)
- Parameters:
videoLookups - the videoLookups to set
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012. All Rights Reserved.