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, toString
public int getAnalyticEventVersion()
public boolean getAtlassianPlugin()
public long getPluginKeyResponsible()
public long getRenderTimeMilliseconds()
public String getWebPanelLocation()
public boolean equals(@Nullable Object obj)
ConfluenceEvent
Subclasses must override this to compare their own fields.
equals
in class ConfluenceEvent
obj
- the object to compare.Event.equals(Object)
public int hashCode()
ConfluenceEvent
hashCode
in class ConfluenceEvent
Event.hashCode()
Copyright © 2003–2021 Atlassian. All rights reserved.