-
public final class GetSearchResultsRequestRequest object containing input parameters for the DOMDomain.getSearchResults command.
-
-
Constructor Summary
Constructors Constructor Description GetSearchResultsRequest(String searchId, Integer fromIndex, Integer toIndex)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Integercomponent2()final Integercomponent3()final GetSearchResultsRequestcopy(String searchId, Integer fromIndex, Integer toIndex)final StringgetSearchId()Unique search session identifier. final IntegergetFromIndex()Start index of the search result to be returned. final IntegergetToIndex()End index of the search result to be returned. -
-
Method Detail
-
component1
final String component1()
-
component2
final Integer component2()
-
component3
final Integer component3()
-
copy
final GetSearchResultsRequest copy(String searchId, Integer fromIndex, Integer toIndex)
-
getSearchId
final String getSearchId()
Unique search session identifier.
-
getFromIndex
final Integer getFromIndex()
Start index of the search result to be returned.
-
getToIndex
final Integer getToIndex()
End index of the search result to be returned.
-
-
-
-