public class WOLInfo extends Object
| Constructor and Description |
|---|
WOLInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommand() |
int |
getReconnect() |
int |
getRetry() |
boolean |
isEnabled() |
void |
setCommand(String command) |
void |
setEnabled(boolean enabled) |
void |
setReconnect(int reconnect) |
void |
setRetry(int retry) |
String |
toString() |
public boolean isEnabled()
public void setEnabled(boolean enabled)
enabled - the enabled to setpublic int getReconnect()
public void setReconnect(int reconnect)
reconnect - the reconnect to setpublic int getRetry()
public void setRetry(int retry)
retry - the retry to setpublic String getCommand()
public void setCommand(String command)
command - the command to setCopyright © 2012. All Rights Reserved.