public class Diagnostics
extends atg.search.routing.command.SearchXMLObject
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
Diagnostics() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object pObject) |
protected static Diagnostics |
fromXmlParser(atg.search.routing.utils.SearchMessageNode pXml) |
protected void |
getBodyXML(java.lang.StringBuilder sb) |
Inspect |
getInspect()
Returns the traced item inspection details
|
QueryAction |
getQueryAction()
Returns the query analysis rule actions
|
QueryRule |
getQueryRule()
Returns the query analysis rule operations
|
QueryTerms |
getQueryTerms()
Returns the advanced query term vector data
|
java.lang.String |
getRequestTag()
Gets the xml element tag used in the request
|
java.lang.String |
getSearchInput()
Returns the original text query
|
Summary |
getSummary()
Returns the diagnostic search summary
|
Trace |
getTrace()
Returns the search tracing, per item
|
int |
hashCode() |
void |
setInspect(Inspect pInspect)
Sets traced item inspection details
|
void |
setQueryAction(QueryAction pQueryAction)
Sets the query analysis rule actions
|
void |
setQueryRule(QueryRule pQueryRule)
Sets the query analysis rule operations
|
void |
setQueryTerms(QueryTerms pQueryTerms)
Sets the advanced query term vector data
|
void |
setSearchInput(java.lang.String pSearchInput)
Sets the original text query
|
void |
setSummary(Summary pSummary)
Sets the diagnostic search summary
|
void |
setTrace(Trace pTrace)
Sets the search tracing, per item
|
appendComplexXml, appendOptionalAttr, appendOptionalElem, appendOptionalElem, appendOptionalElem, appendOptionalValue, appendRequiredAttr, appendRequiredElem, appendRequiredElem, appendRequiredValue, getAllAttributeXML, getAllBodyXML, getAttributeXML, getDefaultXmlBytes, getParentXMLObject, getXmlPath, isPrintedFirstChild, setParentXMLObject, setPrintedFirstChild, toString, toXML, toXMLpublic boolean equals(java.lang.Object pObject)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic Summary getSummary()
public void setSummary(Summary pSummary)
pSummary - public java.lang.String getSearchInput()
public void setSearchInput(java.lang.String pSearchInput)
pSearchInput - public QueryTerms getQueryTerms()
public void setQueryTerms(QueryTerms pQueryTerms)
pQueryTerms - public QueryRule getQueryRule()
public void setQueryRule(QueryRule pQueryRule)
pQueryRule - public QueryAction getQueryAction()
public void setQueryAction(QueryAction pQueryAction)
pQueryAction - public Inspect getInspect()
public void setInspect(Inspect pInspect)
pInspect - public Trace getTrace()
public void setTrace(Trace pTrace)
pTrace - protected static Diagnostics fromXmlParser(atg.search.routing.utils.SearchMessageNode pXml)
public java.lang.String getRequestTag()
getRequestTag in class atg.search.routing.command.SearchXMLObjectprotected void getBodyXML(java.lang.StringBuilder sb)
throws atg.search.routing.command.IncompleteCommandException
getBodyXML in class atg.search.routing.command.SearchXMLObjectatg.search.routing.command.IncompleteCommandException