public class ContentEntityEdgeTargetInfo extends Object implements EdgeTargetInfo, Comparable<ContentEntityEdgeTargetInfo>
Constructor and Description |
---|
ContentEntityEdgeTargetInfo(String edgeTargetType,
ContentEntityObjectId targetId,
float score) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ContentEntityEdgeTargetInfo o) |
float |
getScore() |
ContentEntityObjectId |
getTargetId() |
String |
getTargetType() |
void |
incrementScore(float score) |
String |
toString() |
public ContentEntityEdgeTargetInfo(String edgeTargetType, ContentEntityObjectId targetId, float score)
public String getTargetType()
getTargetType
in interface EdgeTargetInfo
public ContentEntityObjectId getTargetId()
getTargetId
in interface EdgeTargetInfo
public float getScore()
getScore
in interface EdgeTargetInfo
public void incrementScore(float score)
public int compareTo(ContentEntityEdgeTargetInfo o)
compareTo
in interface Comparable<ContentEntityEdgeTargetInfo>
Copyright © 2003–2019 Atlassian. All rights reserved.