-
public final class SearchInResponseBodyResponseResponse type for the NetworkDomain.searchInResponseBody command.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<SearchMatch>result
-
Constructor Summary
Constructors Constructor Description SearchInResponseBodyResponse(List<SearchMatch> result)
-
Method Summary
Modifier and Type Method Description final List<SearchMatch>component1()final SearchInResponseBodyResponsecopy(List<SearchMatch> result)final List<SearchMatch>getResult()List of search matches. -
-
Constructor Detail
-
SearchInResponseBodyResponse
SearchInResponseBodyResponse(List<SearchMatch> result)
-
-
Method Detail
-
component1
final List<SearchMatch> component1()
-
copy
final SearchInResponseBodyResponse copy(List<SearchMatch> result)
-
getResult
final List<SearchMatch> getResult()
List of search matches.
-
-
-
-