@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() |
getSource
public boolean equals(Object o)
ConfluenceEvent
Subclasses must override this to compare their own fields.
equals
in class ConfluenceEvent
o
- the object to compare.Event.equals(Object)
public int hashCode()
ConfluenceEvent
hashCode
in class ConfluenceEvent
Event.hashCode()
public String toString()
toString
in class EventObject
public boolean isEnabled()
public String getMessage()
Copyright © 2003–2021 Atlassian. All rights reserved.