public class RemoteVersionLinkImpl extends RemoteEntityLinkImpl<Version> implements RemoteVersionLink
APPLICATION, APPLICATION_NAME, APPLICATION_TYPE, globalId, jsonRef, OBJECT, OBJECT_ICON, OBJECT_ICON_TITLE, OBJECT_ICON_URL, OBJECT_SUMMARY, OBJECT_TITLE, OBJECT_URL
GLOBAL_ID
Constructor and Description |
---|
RemoteVersionLinkImpl(Version version,
String globalId,
String json) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Version |
getEntity()
Returns the local entity to which the remote entity link is associated.
|
Long |
getEntityId()
Returns the entity ID for the local entity to which the remote entity link is associated.
|
int |
hashCode() |
String |
toString() |
getApplicationName, getApplicationType, getGlobalId, getIconTitle, getIconUrl, getJsonString, getSummary, getTitle, getUrl
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getApplicationName, getApplicationType, getGlobalId, getIconTitle, getIconUrl, getJsonString, getSummary, getTitle, getUrl
public Version getEntity()
RemoteEntityLink
RemoteVersionLink
, then
this will return a Version
.getEntity
in interface RemoteEntityLink<Version>
@Nonnull public Long getEntityId()
RemoteEntityLink
RemoteVersionLink
,
then this will be a version ID
.getEntityId
in interface RemoteEntityLink<Version>
public boolean equals(Object o)
equals
in class RemoteEntityLinkImpl<Version>
public int hashCode()
hashCode
in class RemoteEntityLinkImpl<Version>
Copyright © 2002-2021 Atlassian. All Rights Reserved.