Package org.nuxeo.ecm.core.search
Record Class SearchScrollContext
java.lang.Object
java.lang.Record
org.nuxeo.ecm.core.search.SearchScrollContext
- Since:
- 2025.0
-
Constructor Summary
ConstructorsConstructorDescriptionSearchScrollContext(SearchQuery searchQuery, String scrollId) Creates an instance of aSearchScrollContextrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.scrollId()Returns the value of thescrollIdrecord component.Returns the value of thesearchQueryrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
SearchScrollContext
Creates an instance of aSearchScrollContextrecord class.- Parameters:
searchQuery- the value for thesearchQueryrecord componentscrollId- the value for thescrollIdrecord component
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
searchQuery
Returns the value of thesearchQueryrecord component.- Returns:
- the value of the
searchQueryrecord component
-
scrollId
Returns the value of thescrollIdrecord component.- Returns:
- the value of the
scrollIdrecord component
-