Class SearchResultGroupEntity
- java.lang.Object
-
- com.atlassian.confluence.plugins.rest.entities.SearchResultGroupEntity
-
public class SearchResultGroupEntity extends Object
-
-
Constructor Summary
Constructors Constructor Description SearchResultGroupEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getName()
List<SearchResultEntity>
getResults()
int
hashCode()
void
setName(String name)
void
setResults(List<SearchResultEntity> results)
String
toString()
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getResults
public List<SearchResultEntity> getResults()
-
setResults
public void setResults(List<SearchResultEntity> results)
-
-