org.mythtv.services.api.v027.beans
Class Encoder
java.lang.Object
org.mythtv.services.api.v027.beans.Encoder
public class Encoder
- 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 |
Encoder
public Encoder()
getId
public java.lang.Integer getId()
- Returns:
- the id
setId
public void setId(java.lang.Integer id)
- Parameters:
id - the id to set
getHostName
public java.lang.String getHostName()
- Returns:
- the hostName
setHostName
public void setHostName(java.lang.String hostName)
- Parameters:
hostName - the hostName to set
isLocal
public java.lang.Boolean isLocal()
- Returns:
- the local
setLocal
public void setLocal(java.lang.Boolean local)
- Parameters:
local - the local to set
isConnected
public java.lang.Boolean isConnected()
- Returns:
- the connected
setConnected
public void setConnected(java.lang.Boolean connected)
- Parameters:
connected - the connected to set
getState
public java.lang.Integer getState()
- Returns:
- the state
setState
public void setState(java.lang.Integer state)
- Parameters:
state - the state to set
getSleepStatus
public java.lang.Integer getSleepStatus()
- Returns:
- the sleepStatus
setSleepStatus
public void setSleepStatus(java.lang.Integer sleepStatus)
- Parameters:
sleepStatus - the sleepStatus to set
isLowOnFreeSpace
public java.lang.Boolean isLowOnFreeSpace()
- Returns:
- the lowOnFreeSpace
setLowOnFreeSpace
public void setLowOnFreeSpace(java.lang.Boolean lowOnFreeSpace)
- Parameters:
lowOnFreeSpace - the lowOnFreeSpace to set
getRecording
public Program getRecording()
- Returns:
- the recording
setRecording
public void setRecording(Program recording)
- Parameters:
recording - the recording to set