BaseElasticSearchCriteria class

@author Brian Pontarelli

Inheritance
Implementers
Annotations
  • @JsonSerializable()

Constructors

BaseElasticSearchCriteria({bool accurateTotal, List<String> ids, String nextResults, String query, String queryString, List<SortField> sortFields})
BaseElasticSearchCriteria.fromJson(Map<String, dynamic> json)
factory

Properties

accurateTotal bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ids List<String>
getter/setter pair
nextResults String
getter/setter pair
numberOfResults num
getter/setter pairinherited
orderBy String
getter/setter pairinherited
query String
getter/setter pair
queryString String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortFields List<SortField>
getter/setter pair
startRow num
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited