org.mythtv.services.api.v025.beans
Class ProgramList
java.lang.Object
org.mythtv.services.api.v025.beans.ProgramList
public class ProgramList
- 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 |
ProgramList
public ProgramList()
getStartIndex
public java.lang.Integer getStartIndex()
- Returns:
- the startIndex
setStartIndex
public void setStartIndex(java.lang.Integer startIndex)
- Parameters:
startIndex - the startIndex to set
getCount
public java.lang.Integer getCount()
- Returns:
- the count
setCount
public void setCount(java.lang.Integer count)
- Parameters:
count - the count to set
getTotalAvailable
public java.lang.Integer getTotalAvailable()
- Returns:
- the totalAvailable
setTotalAvailable
public void setTotalAvailable(java.lang.Integer totalAvailable)
- Parameters:
totalAvailable - the totalAvailable 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
getPrograms
public Program[] getPrograms()
- Returns:
- the programs
setPrograms
public void setPrograms(Program[] programs)
- Parameters:
programs - the programs to set