public class SearchResult extends MapObject
Constructor and Description |
---|
SearchResult() |
SearchResult(Map data) |
Modifier and Type | Method and Description |
---|---|
String |
getExcerpt()
a short excerpt of this result if it makes sense
|
String |
getId()
the long ID of this result (if the type has one)
|
String |
getTitle()
the feed's title
|
String |
getType()
the type of this result - page, comment, spacedesc, attachment, userinfo, blogpost
|
String |
getUrl()
the remote URL needed to view this search result online
|
void |
setExcerpt(String excerpt) |
void |
setId(String id) |
void |
setTitle(String title) |
void |
setType(String type) |
void |
setUrl(String url) |
public SearchResult()
public SearchResult(Map data)
public String getTitle()
public void setTitle(String title)
public String getUrl()
public void setUrl(String url)
public String getExcerpt()
public void setExcerpt(String excerpt)
public String getType()
public void setType(String type)
public String getId()
public void setId(String id)
Copyright © 2017 The Codehaus Foundation. All rights reserved.