public class AddHostToClusterParams
extends java.lang.Object
| Constructor and Description |
|---|
AddHostToClusterParams() |
AddHostToClusterParams(java.net.URI host,
java.net.URI cluster) |
| Modifier and Type | Method and Description |
|---|---|
java.net.URI |
getCluster()
Cluster to be added to.
|
java.net.URI |
getHost()
Host to add to cluster.
|
void |
setCluster(java.net.URI cluster) |
void |
setHost(java.net.URI host) |