class ClusterEvent
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
clusterId |
| Constructor and Description |
|---|
ClusterEvent(java.lang.String clusterId)
Constructs a new instance of the event.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getClusterId()
Gets the cluster id associated with this event.
|
int |
hashCode() |
public ClusterEvent(java.lang.String clusterId)
clusterId - the cluster idpublic java.lang.String getClusterId()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object