-
public final class SearchResultResponse文件搜索响应体
-
-
Constructor Summary
Constructors Constructor Description SearchResultResponse(String cursor, List<Match> matches, Boolean hasMore)
-
Method Summary
Modifier and Type Method Description final StringgetCursor()final List<Match>getMatches()final BooleangetHasMore()
-