Module java4ever.binding
Record Class SkipReasonEnumFilter
java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.SkipReasonEnumFilter
public record SkipReasonEnumFilter(SkipReasonEnum eq, SkipReasonEnum ne, SkipReasonEnum gt, SkipReasonEnum lt, SkipReasonEnum ge, SkipReasonEnum le, List<SkipReasonEnum> in, List<SkipReasonEnum> notIn)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionSkipReasonEnumFilter(SkipReasonEnum eq, SkipReasonEnum ne, SkipReasonEnum gt, SkipReasonEnum lt, SkipReasonEnum ge, SkipReasonEnum le, List<SkipReasonEnum> in, List<SkipReasonEnum> notIn) Creates an instance of aSkipReasonEnumFilterrecord class. -
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
-
SkipReasonEnumFilter
public SkipReasonEnumFilter(SkipReasonEnum eq, SkipReasonEnum ne, SkipReasonEnum gt, SkipReasonEnum lt, SkipReasonEnum ge, SkipReasonEnum le, List<SkipReasonEnum> in, List<SkipReasonEnum> notIn) Creates an instance of aSkipReasonEnumFilterrecord 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
Returns the value of theinrecord component.- Returns:
- the value of the
inrecord component
-
notIn
Returns the value of thenotInrecord component.- Returns:
- the value of the
notInrecord component
-