org.mythtv.services.api.v026.beans
Class RecRules
java.lang.Object
org.mythtv.services.api.v026.beans.RecRules
public class RecRules
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RecRules
public RecRules()
getStartIndex
public int getStartIndex()
- Returns:
- the startIndex
setStartIndex
public void setStartIndex(int startIndex)
- Parameters:
startIndex - the startIndex to set
getCount
public int getCount()
- Returns:
- the count
setCount
public void setCount(int count)
- Parameters:
count - the count to set
getTotalAvailable
public int getTotalAvailable()
- Returns:
- the totalAvailable
setTotalAvailable
public void setTotalAvailable(int 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
getProtocolVersion
public java.lang.String getProtocolVersion()
- Returns:
- the protocolVersion
setProtocolVersion
public void setProtocolVersion(java.lang.String protocolVersion)
- Parameters:
protocolVersion - the protocolVersion to set
getRecRules
public java.util.List<RecRule> getRecRules()
- Returns:
- the recRules
setRecRules
public void setRecRules(java.util.List<RecRule> recRules)
- Parameters:
recRules - the recRules to set
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object