java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.FloatFilter
-
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.ge()Returns the value of thegerecord component.gt()Returns the value of thegtrecord component.final inthashCode()Returns a hash code value for this object.in()Returns the value of theinrecord component.le()Returns the value of thelerecord component.lt()Returns the value of theltrecord component.ne()Returns the value of thenerecord component.notIn()Returns the value of thenotInrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
FloatFilter
public FloatFilter(Float eq, Float ne, Float gt, Float lt, Float ge, Float le, List<Float> in, List<Float> notIn) Creates an instance of aFloatFilterrecord class.- Parameters:
eq- the value for theeqrecord componentne- the value for thenerecord componentgt- the value for thegtrecord componentlt- the value for theltrecord componentge- the value for thegerecord componentle- the value for thelerecord componentin- the value for theinrecord componentnotIn- the value for thenotInrecord component
-
-
Method Details
-
toString
-
hashCode
-
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
-
ne
Returns the value of thenerecord component.- Returns:
- the value of the
nerecord 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
-
ge
Returns the value of thegerecord component.- Returns:
- the value of the
gerecord component
-
le
Returns the value of thelerecord component.- Returns:
- the value of the
lerecord component
-
in
-
notIn
-