SearchPageResponseSearchResult class
Constructors
-
SearchPageResponseSearchResult({required List<
SearchResult> results, required int start, required int limit, required int size, required int totalSize, required String cqlQuery, required int searchDuration, int? archivedResultCount, required GenericLinks links}) -
SearchPageResponseSearchResult.fromJson(Map<
String, Object?> json) -
factory
Properties
- archivedResultCount → int?
-
final
- cqlQuery → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- limit → int
-
final
- links → GenericLinks
-
final
-
results
→ List<
SearchResult> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- searchDuration → int
-
final
- size → int
-
final
- start → int
-
final
- totalSize → int
-
final
Methods
-
copyWith(
{List< SearchResult> ? results, int? start, int? limit, int? size, int? totalSize, String? cqlQuery, int? searchDuration, int? archivedResultCount, GenericLinks? links}) → SearchPageResponseSearchResult -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited