public class AwarenessSettingsData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.net.InetAddress |
address
The inet address.
|
boolean |
autocreate
The autocreate flag.
|
boolean |
autodelete
The autocreate flag.
|
long |
delay
The delay.
|
java.lang.String[] |
excludes
The excludes list.
|
boolean |
fast
The fast awareness flag.
|
java.lang.String[] |
includes
The includes list.
|
int |
port
The port.
|
Constructor and Description |
---|
AwarenessSettingsData() |
public java.net.InetAddress address
public int port
public long delay
public boolean fast
public boolean autocreate
public boolean autodelete
public java.lang.String[] includes
public java.lang.String[] excludes