Package com.atlassian.confluence.it
Class SearchResult
- java.lang.Object
-
- com.atlassian.confluence.it.SearchResult
-
public class SearchResult extends Object
-
-
Constructor Summary
Constructors Constructor Description SearchResult(String type, long id, String title, String url, String excerpt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getExcerpt()
long
getId()
String
getTitle()
String
getType()
String
getUrl()
-