public class Encoder extends Object
| Constructor and Description |
|---|
Encoder() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHostname() |
int |
getId() |
Program |
getRecording() |
int |
getSleepStatus() |
int |
getState() |
boolean |
isConnected() |
boolean |
isLocal() |
boolean |
isLowOnFreeSpace() |
void |
setConnected(boolean connected) |
void |
setHostname(String hostname) |
void |
setId(int id) |
void |
setLocal(boolean local) |
void |
setLowOnFreeSpace(boolean lowOnFreeSpace) |
void |
setRecording(Program recording) |
void |
setSleepStatus(int sleepStatus) |
void |
setState(int state) |
String |
toString() |
public int getId()
public void setId(int id)
id - the id to setpublic String getHostname()
public void setHostname(String hostname)
hostname - the hostname to setpublic boolean isLocal()
public void setLocal(boolean local)
local - the local to setpublic boolean isConnected()
public void setConnected(boolean connected)
connected - the connected to setpublic int getState()
public void setState(int state)
state - the state to setpublic int getSleepStatus()
public void setSleepStatus(int sleepStatus)
sleepStatus - the sleepStatus to setpublic boolean isLowOnFreeSpace()
public void setLowOnFreeSpace(boolean lowOnFreeSpace)
lowOnFreeSpace - the lowOnFreeSpace to setpublic Program getRecording()
public void setRecording(Program recording)
recording - the recording to setCopyright © 2012. All Rights Reserved.