@AsynchronousPreferred public class WebPanelRenderTimeEvent extends ConfluenceEvent
source| Constructor and Description |
|---|
WebPanelRenderTimeEvent(Object src,
String pluginKeyResponsible,
Instant timeAtStartOfRender,
Instant timeAtEndOfRender,
String webPanelLocation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(@Nullable Object obj)
Equals for ConfluenceEvents is defined such that specific sub-events are only equal to events of the same type.
|
int |
getAnalyticEventVersion() |
boolean |
getAtlassianPlugin() |
long |
getPluginKeyResponsible() |
long |
getRenderTimeMilliseconds() |
String |
getWebPanelLocation() |
int |
hashCode()
Subclasses must override this to hash their own fields.
|
getSource, toStringpublic int getAnalyticEventVersion()
public boolean getAtlassianPlugin()
public long getPluginKeyResponsible()
public long getRenderTimeMilliseconds()
public String getWebPanelLocation()
public boolean equals(@Nullable Object obj)
ConfluenceEventSubclasses must override this to compare their own fields.
equals in class ConfluenceEventobj - the object to compare.Event.equals(Object)public int hashCode()
ConfluenceEventhashCode in class ConfluenceEventEvent.hashCode()Copyright © 2003–2021 Atlassian. All rights reserved.