public static class SearchHandle.Warning
extends java.lang.Object
The Search API may return warnings, they are represented by objects in this class.
Modifier | Constructor and Description |
---|---|
protected |
Warning() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Returns the ID of the warning.
|
java.lang.String |
getMessage()
Returns the text of the warning message.
|
protected void |
setId(java.lang.String id) |
protected void |
setMessage(java.lang.String msg) |
public java.lang.String getId()
protected void setId(java.lang.String id)
public java.lang.String getMessage()
protected void setMessage(java.lang.String msg)
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.