@AsynchronousPreferred public class ClusterMaintenanceBannerEvent extends ConfluenceEvent implements ClusterEvent
source| Constructor and Description |
|---|
ClusterMaintenanceBannerEvent(Object src,
boolean enabled,
String message) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Equals for ConfluenceEvents is defined such that specific sub-events are only equal to events of the same type.
|
String |
getMessage() |
int |
hashCode()
Subclasses must override this to hash their own fields.
|
boolean |
isEnabled() |
String |
toString() |
getSourcepublic boolean equals(Object o)
ConfluenceEventSubclasses must override this to compare their own fields.
equals in class ConfluenceEvento - the object to compare.Event.equals(Object)public int hashCode()
ConfluenceEventhashCode in class ConfluenceEventEvent.hashCode()public String toString()
toString in class EventObjectpublic boolean isEnabled()
public String getMessage()
Copyright © 2003–2018 Atlassian. All rights reserved.