Class LiteLabelSearchResult
java.lang.Object
com.atlassian.confluence.labels.dto.LiteLabelSearchResult
- All Implemented Interfaces:
CountableLabel
,Serializable
- Direct Known Subclasses:
RankedLiteLabelSearchResult
It's a replacement for LabelSearchResult.
This class does not have any references to Hibernate objects
- Since:
- 7.7.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLiteLabelSearchResult
(long id, String name, String namespace, String lowerUserName, int count) LiteLabelSearchResult
(Label label) LiteLabelSearchResult
(Label label, int count) LiteLabelSearchResult
(LabelSearchResult labelSearchResult) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
getCount()
long
getId()
getName()
getUrlPath
(String currentSpaceKey) int
hashCode()
void
setCount
(int count) void
setId
(long id) void
void
setNamespace
(String namespace) void
-
Constructor Details
-
LiteLabelSearchResult
public LiteLabelSearchResult() -
LiteLabelSearchResult
-
LiteLabelSearchResult
-
LiteLabelSearchResult
-
LiteLabelSearchResult
-
-
Method Details
-
getId
public long getId() -
setId
public void setId(long id) -
getName
-
setName
-
getNamespace
-
setNamespace
-
getCount
public int getCount()- Specified by:
getCount
in interfaceCountableLabel
-
setCount
public void setCount(int count) -
getLowerUserName
-
setUser
-
getUrlPath
-
getUrlPath
-
equals
-
hashCode
public int hashCode()
-