public static class PVSServer.Record extends java.lang.Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
java.util.Set<java.lang.String> |
addresses
IPv4 addresses of this server
|
java.lang.Long |
firstPort
First UDP port accepted by this server
|
java.lang.Long |
lastPort
Last UDP port accepted by this server
|
PVSSite |
site
PVS site this server is part of
|
java.lang.String |
uuid
Unique identifier/object reference
|
Constructor and Description |
---|
Record() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
toMap()
Convert a PVS_server.Record to a Map
|
java.lang.String |
toString() |
public java.lang.String uuid
public java.util.Set<java.lang.String> addresses
public java.lang.Long firstPort
public java.lang.Long lastPort
public PVSSite site
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Map<java.lang.String,java.lang.Object> toMap()
toMap
in interface Types.Record