public class Result
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Result() |
Modifier and Type | Method and Description |
---|---|
int |
getNumResults()
Gets the number of results available.
|
java.lang.Object[] |
getResults()
Returns the results as an array of
Object s. |
void |
setResults(java.lang.Object[] results_)
See
getResults() . |
java.lang.String |
toString() |
public java.lang.Object[] getResults()
Object
s. Every service
call should document the type of the Object
s that are
returned within the Result
(or any object that extends
it, such as ResultPage
and ResultList
).Object
ssetResults(Object[])
public void setResults(java.lang.Object[] results_)
getResults()
.results_
- The results as an array of Object
s
returned by a service call.getResults()
public int getNumResults()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.