public static class SearchHandle.Report extends Object
The Search API may return report messages, they are represented by objects in this class.
Modifier and Type | Method and Description |
---|---|
String |
getId()
Returns the ID of the message.
|
String |
getMessage()
Returns the text of the message.
|
String |
getName()
Returns the name of the message.
|
String |
getType()
Returns the type of the message.
|
public String getId()
public String getName()
public String getType()
public String getMessage()
Copyright © 2013-2016 MarkLogic Corporation.