org.mythtv.services.api.v026.beans
Class WOLInfo
java.lang.Object
org.mythtv.services.api.v026.beans.WOLInfo
public class WOLInfo
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WOLInfo
public WOLInfo()
isEnabled
public boolean isEnabled()
- Returns:
- the enabled
setEnabled
public void setEnabled(boolean enabled)
- Parameters:
enabled - the enabled to set
getReconnect
public int getReconnect()
- Returns:
- the reconnect
setReconnect
public void setReconnect(int reconnect)
- Parameters:
reconnect - the reconnect to set
getRetry
public int getRetry()
- Returns:
- the retry
setRetry
public void setRetry(int retry)
- Parameters:
retry - the retry to set
getCommand
public java.lang.String getCommand()
- Returns:
- the command
setCommand
public void setCommand(java.lang.String command)
- Parameters:
command - the command to set
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object