org.mythtv.services.api.v025.beans
Class VideoLookupList
java.lang.Object
org.mythtv.services.api.v025.beans.VideoLookupList
public class VideoLookupList
- extends java.lang.Object
Auto-generated file, do not modify manually !!!!
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VideoLookupList
public VideoLookupList()
getCount
public java.lang.Integer getCount()
- Returns:
- the count
setCount
public void setCount(java.lang.Integer 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 java.lang.String getVersion()
- Returns:
- the version
setVersion
public void setVersion(java.lang.String version)
- Parameters:
version - the version to set
getProtoVer
public java.lang.String getProtoVer()
- Returns:
- the protoVer
setProtoVer
public void setProtoVer(java.lang.String protoVer)
- Parameters:
protoVer - the protoVer to set
getVideoLookups
public VideoLookup[] getVideoLookups()
- Returns:
- the videoLookups
setVideoLookups
public void setVideoLookups(VideoLookup[] videoLookups)
- Parameters:
videoLookups - the videoLookups to set