public class LiteLabelSearchResult extends Object implements CountableLabel, Serializable
Constructor and Description |
---|
LiteLabelSearchResult() |
LiteLabelSearchResult(Label label) |
LiteLabelSearchResult(Label label,
int count) |
LiteLabelSearchResult(LabelSearchResult labelSearchResult) |
LiteLabelSearchResult(long id,
String name,
String namespace,
String lowerUserName,
int count) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getCount() |
long |
getId() |
String |
getLowerUserName() |
String |
getName() |
String |
getNamespace() |
String |
getUrlPath() |
String |
getUrlPath(String currentSpaceKey) |
int |
hashCode() |
void |
setCount(int count) |
void |
setId(long id) |
void |
setName(String name) |
void |
setNamespace(String namespace) |
void |
setUser(String lowerUserName) |
public LiteLabelSearchResult()
public LiteLabelSearchResult(Label label)
public LiteLabelSearchResult(LabelSearchResult labelSearchResult)
public LiteLabelSearchResult(Label label, int count)
public long getId()
public void setId(long id)
public String getName()
public void setName(String name)
public String getNamespace()
public void setNamespace(String namespace)
public int getCount()
getCount
in interface CountableLabel
public void setCount(int count)
public String getLowerUserName()
public void setUser(String lowerUserName)
public String getUrlPath()
Copyright © 2003–2021 Atlassian. All rights reserved.