public class ServerInfo extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected static long |
serialVersionUID
For interoperability with possible future changes.
|
Constructor and Description |
---|
ServerInfo(Collection<String> ips,
Collection<String> hostnames) |
ServerInfo(String ip,
String hostname) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Collection<String> |
getHostnames() |
Collection<String> |
getIps() |
int |
hashCode() |
String |
toString() |
protected static final long serialVersionUID
public ServerInfo(Collection<String> ips, Collection<String> hostnames)
public Collection<String> getIps()
public Collection<String> getHostnames()
Copyright © 2021 Denodo Technologies. All rights reserved.