public class WatchObject extends Object implements IGPSObject
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME
the GPSd internal name
|
| Constructor and Description |
|---|
WatchObject() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isDump()
Enable (true) or disable (false) dumping of JSON reports.
|
boolean |
isEnable()
Enable (true) or disable (false) watcher mode.
|
void |
setDump(boolean dump)
Enable (true) or disable (false) dumping of JSON reports.
|
void |
setEnable(boolean enable)
Enable (true) or disable (false) watcher mode.
|
String |
toString() |
public static final String NAME
public boolean isEnable()
public void setEnable(boolean enable)
enable - the enable to setpublic boolean isDump()
public void setDump(boolean dump)
dump - the dump to setCopyright © 2011–2017 Taimos GmbH. All rights reserved.