org.mythtv.services.api.myth
Class WOLInfo
java.lang.Object
org.mythtv.services.api.myth.WOLInfo
public class WOLInfo
- extends Object
- Author:
- Daniel Frey
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 String getCommand()
- Returns:
- the command
setCommand
public void setCommand(String command)
- Parameters:
command - the command to set
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012. All Rights Reserved.