@ParametersAreNonnullByDefault public class LicenceUpdatedEvent extends ConfigurationEvent
source
Constructor and Description |
---|
LicenceUpdatedEvent(Object src,
com.atlassian.extras.api.AtlassianLicense license) |
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.
|
com.atlassian.extras.api.AtlassianLicense |
getLicense() |
int |
hashCode()
Subclasses must override this to hash their own fields.
|
getSource, toString
public LicenceUpdatedEvent(Object src, com.atlassian.extras.api.AtlassianLicense license)
@Nonnull public com.atlassian.extras.api.AtlassianLicense getLicense()
public boolean equals(@Nullable 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()
Copyright © 2003–2017 Atlassian. All rights reserved.