|
Oracle Secure Enterprise Search Java API Reference 11g Release 2 (11.2.2.0.0) E23429-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.search.query.webservice.client.SuggestedLink
public class SuggestedLink
SuggestedLink encapsulates suggested link information for a given query string. Oracle SES can return up to two suggested links for each query string.
| Constructor Summary | |
|---|---|
SuggestedLink() |
|
SuggestedLink(String title, String url) |
|
| Method Summary | |
|---|---|
String |
getTitle()Returns the title of the suggested link. |
String |
getUrl()Returns the URL of the suggested link. |
void |
setTitle(String title)Sets the title of the suggested link. |
void |
setUrl(String url)Sets the URL of the suggested link. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SuggestedLink()
public SuggestedLink(String title,
String url)
title - title of the suggested linkurl - URL of the suggested link| Method Detail |
|---|
public String getTitle()
public void setTitle(String title)
title - title of the suggested linkpublic String getUrl()
public void setUrl(String url)
url - URL of the suggested link
|
Oracle Secure Enterprise Search Java API Reference 11g Release 2 (11.2.2.0.0) E23429-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||