public class BasicSearchMatch extends Object implements SearchMatch
| Constructor and Description |
|---|
BasicSearchMatch(String url,
String title,
String excerpt,
ResourceType resourceType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExcerpt()
An excerpt of the search match.
|
ResourceType |
getResourceType()
Contains more information about the source of this match.
|
String |
getTitle()
Title of the search match
|
String |
getUrl()
Absolute URL to reach this search match.
|
public BasicSearchMatch(String url, String title, String excerpt, ResourceType resourceType)
public String getUrl()
SearchMatchgetUrl in interface SearchMatchpublic String getTitle()
SearchMatchgetTitle in interface SearchMatchpublic String getExcerpt()
SearchMatchgetExcerpt in interface SearchMatchpublic ResourceType getResourceType()
SearchMatchgetResourceType in interface SearchMatchCopyright © 2019 Atlassian. All rights reserved.