Class RankedLiteLabelSearchResult
java.lang.Object
com.atlassian.confluence.labels.dto.LiteLabelSearchResult
com.atlassian.confluence.labels.dto.RankedLiteLabelSearchResult
- All Implemented Interfaces:
CountableLabel
,Serializable
A DTO class which adds 'rank' property to LiteLabelSearchResult
which reflects the frequency of labels.
Rank 1 used for the most popular labels. Rank 10 used for the least popular labels
- Since:
- 7.7.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.confluence.labels.dto.LiteLabelSearchResult
getCount, getId, getLowerUserName, getName, getNamespace, getUrlPath, getUrlPath, setCount, setId, setName, setNamespace, setUser
-
Constructor Details
-
RankedLiteLabelSearchResult
-
-
Method Details
-
getRank
public int getRank() -
equals
- Overrides:
equals
in classLiteLabelSearchResult
-
hashCode
public int hashCode()- Overrides:
hashCode
in classLiteLabelSearchResult
-