Package io.camunda.tasklist.dto
Record Class TaskSearch.Priority
java.lang.Object
java.lang.Record
io.camunda.tasklist.dto.TaskSearch.Priority
- Enclosing class:
TaskSearch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioneq()Returns the value of theeqrecord component.final booleanIndicates whether some other object is "equal to" this one.gt()Returns the value of thegtrecord component.gte()Returns the value of thegterecord component.final inthashCode()Returns a hash code value for this object.lt()Returns the value of theltrecord component.lte()Returns the value of thelterecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
Priority
Creates an instance of aPriorityrecord class.- Parameters:
eq- the value for theeqrecord componentgte- the value for thegterecord componentgt- the value for thegtrecord componentlt- the value for theltrecord componentlte- the value for thelterecord 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). -
eq
Returns the value of theeqrecord component.- Returns:
- the value of the
eqrecord component
-
gte
Returns the value of thegterecord component.- Returns:
- the value of the
gterecord component
-
gt
Returns the value of thegtrecord component.- Returns:
- the value of the
gtrecord component
-
lt
Returns the value of theltrecord component.- Returns:
- the value of the
ltrecord component
-
lte
Returns the value of thelterecord component.- Returns:
- the value of the
lterecord component
-