-
public final class GetSearchResultsResponseResponse type for the DOMDomain.getSearchResults command.
-
-
Constructor Summary
Constructors Constructor Description GetSearchResultsResponse(List<Integer> nodeIds)
-
Method Summary
Modifier and Type Method Description final List<Integer>component1()final GetSearchResultsResponsecopy(List<Integer> nodeIds)final List<Integer>getNodeIds()Ids of the search result nodes. -
-
Method Detail
-
component1
final List<Integer> component1()
-
copy
final GetSearchResultsResponse copy(List<Integer> nodeIds)
-
getNodeIds
final List<Integer> getNodeIds()
Ids of the search result nodes.
-
-
-
-