public static class SearchHandle.Report extends Object
Represents a report message.
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()
Returns the ID of the message.
public String getName()
Returns the name of the message.
public String getType()
Returns the type of the message.
public String getMessage()
Returns the text of the message.
Copyright © 2013-2017 MarkLogic Corporation.