Class SearchQuestion.RequestParameters.Click.Result
- java.lang.Object
-
- com.funnelback.publicui.search.model.transaction.SearchQuestion.RequestParameters.Click.Result
-
- Enclosing class:
- SearchQuestion.RequestParameters.Click
public static class SearchQuestion.RequestParameters.Click.Result extends Object
Parameter names matching the field names of theSearchQuestion.RequestParameters.Click.Result
class- Since:
- 12.4
-
-
Constructor Summary
Constructors Constructor Description Result()
-
-
-
Field Detail
-
INDEX_URL
public static final String INDEX_URL
URL of the result in the index- See Also:
- Constant Field Values
-
TITLE
public static final String TITLE
Title of the result- See Also:
- Constant Field Values
-
SUMMARY
public static final String SUMMARY
Summary of the result- See Also:
- Constant Field Values
-
LIVE_URL
public static final String LIVE_URL
Live URL to access the result- See Also:
- Constant Field Values
-
-