public class BaseSearchMatchResponseValue<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
CurrentCount
The number of results returned in this response
|
List<T> |
Matches
The list of matches for the search/match
|
int |
TotalCount
The total number of results that fit the query/criteria
|
| Constructor and Description |
|---|
BaseSearchMatchResponseValue() |
Copyright © 2021. All rights reserved.