public class QueryPlacement extends Object implements Cloneable, Serializable
Provides HTML placement for inclusion with search results.
Constructor and Description |
---|
QueryPlacement() |
QueryPlacement(String label) |
Modifier and Type | Method and Description |
---|---|
QueryPlacement |
clone() |
static ArrayList<QueryPlacement> |
clone(ArrayList<QueryPlacement> value)
Deep clone an ArrayList of QueryPlacement instances.
|
boolean |
equals(Object other) |
String |
getImageUrl() |
String |
getLabel()
Get the descriptive label for this placement.
|
String |
getLinkText() |
String |
getLinkUrl() |
String |
getMarkup() |
int |
hashCode() |
void |
setImageUrl(String value) |
void |
setLabel(String value)
Get the descriptive label for this placement.
|
void |
setLinkText(String value) |
void |
setLinkUrl(String value) |
void |
setMarkup(String value) |
String |
toString()
Render this placement as HTML.
|
public QueryPlacement()
public QueryPlacement(String label)
public String getLabel()
This label is used for placement purposes and will typically have a value of "top", "left", etc.
public void setLabel(String value)
public String getLinkUrl()
public void setLinkUrl(String value)
public String getImageUrl()
public void setImageUrl(String value)
public String getLinkText()
public void setLinkText(String value)
public String getMarkup()
public void setMarkup(String value)
public String toString()
public QueryPlacement clone()
public static ArrayList<QueryPlacement> clone(ArrayList<QueryPlacement> value)
Copyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.