org.mythtv.services.api.v027.status.beans
Class Encoder
java.lang.Object
org.mythtv.services.api.v027.status.beans.Encoder
public class Encoder
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Encoder
public Encoder()
getId
public int getId()
- Returns:
- the id
setId
public void setId(int 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 boolean isLocal()
- Returns:
- the local
setLocal
public void setLocal(boolean local)
- Parameters:
local - the local to set
isConnected
public boolean isConnected()
- Returns:
- the connected
setConnected
public void setConnected(boolean connected)
- Parameters:
connected - the connected to set
getState
public int getState()
- Returns:
- the state
setState
public void setState(int state)
- Parameters:
state - the state to set
getSleepStatus
public int getSleepStatus()
- Returns:
- the sleepStatus
setSleepStatus
public void setSleepStatus(int sleepStatus)
- Parameters:
sleepStatus - the sleepStatus to set
getDeviceLabel
public java.lang.String getDeviceLabel()
- Returns:
- the deviceLabel
setDeviceLabel
public void setDeviceLabel(java.lang.String deviceLabel)
- Parameters:
deviceLabel - the deviceLabel to set
isLowOnFreeSpace
public boolean isLowOnFreeSpace()
- Returns:
- the lowOnFreeSpace
setLowOnFreeSpace
public void setLowOnFreeSpace(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
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object