public class LicenceUpdatedEvent extends ConfigurationEvent
source
Constructor and Description |
---|
LicenceUpdatedEvent(Object src,
@NonNull com.atlassian.extras.api.AtlassianLicense license) |
LicenceUpdatedEvent(Object src,
@NonNull com.atlassian.extras.api.AtlassianLicense license,
@Nullable com.atlassian.extras.api.AtlassianLicense oldLicense) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(@Nullable Object o)
Equals for ConfluenceEvents is defined such that specific sub-events are only equal to events of the same type.
|
@NonNull com.atlassian.extras.api.AtlassianLicense |
getLicense() |
@Nullable com.atlassian.extras.api.AtlassianLicense |
getOldLicense() |
int |
hashCode()
Subclasses must override this to hash their own fields.
|
getSource, toString
public LicenceUpdatedEvent(Object src, @NonNull com.atlassian.extras.api.AtlassianLicense license)
public LicenceUpdatedEvent(Object src, @NonNull com.atlassian.extras.api.AtlassianLicense license, @Nullable com.atlassian.extras.api.AtlassianLicense oldLicense)
public @NonNull com.atlassian.extras.api.AtlassianLicense getLicense()
public @Nullable com.atlassian.extras.api.AtlassianLicense getOldLicense()
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–2020 Atlassian. All rights reserved.