org.mythtv.services.api.v025.beans
Class VideoMultiplexList
java.lang.Object
org.mythtv.services.api.v025.beans.VideoMultiplexList
public class VideoMultiplexList
- 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 |
VideoMultiplexList
public VideoMultiplexList()
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
getCurrentPage
public java.lang.Integer getCurrentPage()
- Returns:
- the currentPage
setCurrentPage
public void setCurrentPage(java.lang.Integer currentPage)
- Parameters:
currentPage - the currentPage to set
getTotalPages
public java.lang.Integer getTotalPages()
- Returns:
- the totalPages
setTotalPages
public void setTotalPages(java.lang.Integer totalPages)
- Parameters:
totalPages - the totalPages 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
getVideoMultiplexes
public VideoMultiplex[] getVideoMultiplexes()
- Returns:
- the videoMultiplexes
setVideoMultiplexes
public void setVideoMultiplexes(VideoMultiplex[] videoMultiplexes)
- Parameters:
videoMultiplexes - the videoMultiplexes to set