|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webhiker.dreambox.api.status.Status
public class Status
The Class Status holds information about the current status of the Dreambox.
Constructor Summary | |
---|---|
Status()
Instantiates a new status. |
|
Status(java.io.InputStream is)
Instantiates a new status. |
Method Summary | |
---|---|
java.lang.String |
getNextProgramName()
Gets the next program name. |
java.lang.String |
getNextProgramStartTime()
Gets the next program start time. |
java.lang.String |
getProgramName()
Gets the program name. |
java.lang.String |
getProgramStartTime()
Gets the program start time. |
java.lang.String |
getServiceName()
Gets the channel name. |
java.lang.String |
getServiceReference()
Gets the service reference. |
long |
getUpdateDelay()
Gets the update delay. |
java.lang.String |
getVLCURL()
Gets the VLC URL to view the current channel in VLC. |
int |
getVolume()
Gets the volume. |
boolean |
isDolby()
Checks if is dolby. |
boolean |
isMute()
Checks if is mute. |
boolean |
isRecording()
Checks if is recording. |
boolean |
isStandby()
Checks if is standby. |
void |
setDolby(boolean dolby)
Sets the dolby. |
void |
setMute(boolean mute)
Sets the Dreambox mute status to the specified state. |
void |
setNextProgramName(java.lang.String nextServiceName)
Sets the next program name. |
void |
setNextProgramStartTime(java.lang.String nextServiceStartTime)
Sets the next program start time. |
void |
setProgramName(java.lang.String serviceName)
Sets the program name. |
void |
setProgramStartTime(java.lang.String serviceStartTime)
Sets the program start time. |
void |
setRecording(boolean recording)
Sets the recording. |
void |
setServiceName(java.lang.String serviceName)
Sets the channel name. |
void |
setServiceReference(java.lang.String serviceReference)
Sets the service reference. |
void |
setStandby(boolean standby)
Sets the standby. |
void |
setUpdateDelay(long updateDelay)
Sets the update delay. |
void |
setVLCURL(java.lang.String vlcurl)
Sets the vLCURL. |
void |
setVolume(int volume)
Sets the volume. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Status()
public Status(java.io.InputStream is) throws java.io.IOException
is
- the is
java.io.IOException
- Signals that an I/O exception has occurred.Method Detail |
---|
public int getVolume()
public void setVolume(int volume)
volume
- the new volumepublic boolean isStandby()
public void setStandby(boolean standby)
standby
- the new standbypublic boolean isMute()
public void setMute(boolean mute)
mute
- the new mutepublic java.lang.String getVLCURL()
public void setVLCURL(java.lang.String vlcurl)
vlcurl
- the new vLCURLpublic long getUpdateDelay()
public void setUpdateDelay(long updateDelay)
updateDelay
- the new update delaypublic java.lang.String getProgramName()
public void setProgramName(java.lang.String serviceName)
serviceName
- the new program namepublic java.lang.String getNextProgramName()
public void setNextProgramName(java.lang.String nextServiceName)
nextServiceName
- the new next program namepublic java.lang.String getProgramStartTime()
public void setProgramStartTime(java.lang.String serviceStartTime)
serviceStartTime
- the new program start timepublic java.lang.String getNextProgramStartTime()
public void setNextProgramStartTime(java.lang.String nextServiceStartTime)
nextServiceStartTime
- the new next program start timepublic boolean isDolby()
public void setDolby(boolean dolby)
dolby
- the new dolbypublic boolean isRecording()
public void setRecording(boolean recording)
recording
- the new recordingpublic java.lang.String getServiceReference()
public void setServiceReference(java.lang.String serviceReference)
serviceReference
- the new service referencepublic java.lang.String getServiceName()
public void setServiceName(java.lang.String serviceName)
serviceName
- the new channel name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |