Class BestBet
- java.lang.Object
-
- com.funnelback.publicui.search.model.padre.BestBet
-
public class BestBet extends java.lang.ObjectA best bet- Since:
- 11.0
- See Also:
best_bets.cfg
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBestBet.SchemaConstants for the PADRE XML result packet tags.
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringclickTrackingUrlURL to the best bet with click tracking (/s/redirect)private java.util.Map<java.lang.String,java.lang.Object>customDataCustom data placeholder allowing any arbitrary data to be stored by hook scripts.private java.lang.StringdescriptionDescription of the best betprivate java.lang.StringlinkLink to the best betprivate java.lang.StringtitleTitle of the best betprivate java.lang.StringtriggerQuery or regular expression that triggers the best bet.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetClickTrackingUrl()URL to the best bet with click tracking (/s/redirect)java.util.Map<java.lang.String,java.lang.Object>getCustomData()Custom data placeholder allowing any arbitrary data to be stored by hook scripts.java.lang.StringgetDescription()Description of the best betjava.lang.StringgetLink()Link to the best betjava.lang.StringgetTitle()Title of the best betjava.lang.StringgetTrigger()Query or regular expression that triggers the best bet.voidsetClickTrackingUrl(java.lang.String clickTrackingUrl)URL to the best bet with click tracking (/s/redirect)voidsetDescription(java.lang.String description)Description of the best betvoidsetLink(java.lang.String link)Link to the best betvoidsetTitle(java.lang.String title)Title of the best betvoidsetTrigger(java.lang.String trigger)Query or regular expression that triggers the best bet.
-
-
-
Field Detail
-
trigger
private java.lang.String trigger
Query or regular expression that triggers the best bet.
-
link
private java.lang.String link
Link to the best bet
-
title
private java.lang.String title
Title of the best bet
-
description
private java.lang.String description
Description of the best bet
-
clickTrackingUrl
private java.lang.String clickTrackingUrl
URL to the best bet with click tracking (/s/redirect)
-
customData
private final java.util.Map<java.lang.String,java.lang.Object> customData
Custom data placeholder allowing any arbitrary data to be stored by hook scripts.
-
-
Method Detail
-
getTrigger
public java.lang.String getTrigger()
Query or regular expression that triggers the best bet.
-
setTrigger
public void setTrigger(java.lang.String trigger)
Query or regular expression that triggers the best bet.
-
getLink
public java.lang.String getLink()
Link to the best bet
-
setLink
public void setLink(java.lang.String link)
Link to the best bet
-
getTitle
public java.lang.String getTitle()
Title of the best bet
-
setTitle
public void setTitle(java.lang.String title)
Title of the best bet
-
getDescription
public java.lang.String getDescription()
Description of the best bet
-
setDescription
public void setDescription(java.lang.String description)
Description of the best bet
-
getClickTrackingUrl
public java.lang.String getClickTrackingUrl()
URL to the best bet with click tracking (/s/redirect)
-
setClickTrackingUrl
public void setClickTrackingUrl(java.lang.String clickTrackingUrl)
URL to the best bet with click tracking (/s/redirect)
-
getCustomData
public java.util.Map<java.lang.String,java.lang.Object> getCustomData()
Custom data placeholder allowing any arbitrary data to be stored by hook scripts.
-
-