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 TypeMethodDescriptionbooleanintgetCount()longgetId()getName()getUrlPath(String currentSpaceKey) inthashCode()voidsetCount(int count) voidsetId(long id) voidvoidsetNamespace(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:
getCountin interfaceCountableLabel
-
setCount
public void setCount(int count) -
getLowerUserName
-
setUser
-
getUrlPath
-
getUrlPath
-
equals
-
hashCode
public int hashCode()
-