-
public final class SearchInContentResponseResponse type for the DebuggerDomain.searchInContent command.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<SearchMatch>result
-
Constructor Summary
Constructors Constructor Description SearchInContentResponse(List<SearchMatch> result)
-
Method Summary
Modifier and Type Method Description final List<SearchMatch>component1()final SearchInContentResponsecopy(List<SearchMatch> result)final List<SearchMatch>getResult()List of search matches. -
-
Constructor Detail
-
SearchInContentResponse
SearchInContentResponse(List<SearchMatch> result)
-
-
Method Detail
-
component1
final List<SearchMatch> component1()
-
copy
final SearchInContentResponse copy(List<SearchMatch> result)
-
getResult
final List<SearchMatch> getResult()
List of search matches.
-
-
-
-