|
Oracle Secure Enterprise Search Java API Reference 11g Release 2 (11.2.2.2.0) E35072-02 |
|||||||||
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. |
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 linkMethod Detail |
---|
public String getTitle()
public String getUrl()
|
Oracle Secure Enterprise Search Java API Reference 11g Release 2 (11.2.2.2.0) E35072-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |