org.mythtv.services.api.v025.beans
Class WOLInfo
java.lang.Object
org.mythtv.services.api.v025.beans.WOLInfo
public class WOLInfo
- extends java.lang.Object
Auto-generated file, do not modify manually !!!!
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WOLInfo
public WOLInfo()
isEnabled
public java.lang.Boolean isEnabled()
- Returns:
- the enabled
setEnabled
public void setEnabled(java.lang.Boolean enabled)
- Parameters:
enabled - the enabled to set
getReconnect
public java.lang.Integer getReconnect()
- Returns:
- the reconnect
setReconnect
public void setReconnect(java.lang.Integer reconnect)
- Parameters:
reconnect - the reconnect to set
getRetry
public java.lang.Integer getRetry()
- Returns:
- the retry
setRetry
public void setRetry(java.lang.Integer 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