-
public final class PerformSearchResponseResponse type for the DOMDomain.performSearch command.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringsearchIdprivate final IntegerresultCount
-
Constructor Summary
Constructors Constructor Description PerformSearchResponse(String searchId, Integer resultCount)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Integercomponent2()final PerformSearchResponsecopy(String searchId, Integer resultCount)final StringgetSearchId()Unique search session identifier. final IntegergetResultCount()Number of search results. -
-
Method Detail
-
component1
final String component1()
-
component2
final Integer component2()
-
copy
final PerformSearchResponse copy(String searchId, Integer resultCount)
-
getSearchId
final String getSearchId()
Unique search session identifier.
-
getResultCount
final Integer getResultCount()
Number of search results.
-
-
-
-