- Enclosing class:
- SearchHandle
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.
-
Constructor Summary
Constructors
-
Method Summary
Returns the ID of the message.
Returns the text of the message.
Returns the name of the message.
Returns the type of the message.
protected void
protected void
protected void
protected void
Methods
inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Report
protected Report()
-
Method Details
-
getId
Returns the ID of the message.
- Returns:
- The id.
-
setId
protected void setId(String id)
-
getName
Returns the name of the message.
- Returns:
- The name.
-
setName
protected void setName(String name)
-
getType
Returns the type of the message.
- Returns:
- The type.
-
setType
protected void setType(String type)
-
getMessage
Returns the text of the message.
- Returns:
- The message.
-
setMessage
protected void setMessage(String msg)
Copyright (c) 2010-2025 Progress
Software Corporation and/or its subsidiaries or affiliates. All
Rights Reserved.