Class SearchResult
- java.lang.Object
-
- com.atlassian.bamboo.plugins.rest.model.search.SearchResult
-
public class SearchResult extends Object
-
-
Constructor Summary
Constructors Constructor Description SearchResult()
SearchResult(@NotNull SearchResultEntity entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchResultEntity
getEntity()
String
getEntityType()
String
getId()
-
-
-
Constructor Detail
-
SearchResult
public SearchResult()
-
SearchResult
public SearchResult(@NotNull @NotNull SearchResultEntity entity)
-
-
Method Detail
-
getId
public String getId()
-
getEntityType
public String getEntityType()
-
getEntity
public SearchResultEntity getEntity()
-
-