java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.ValidatorSetFilter
public record ValidatorSetFilter(ValidatorSetListArrayFilter list, IntFilter main, IntFilter total, StringFilter total_weight, FloatFilter utime_since, FloatFilter utime_until, ValidatorSetFilter OR)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionValidatorSetFilter(ValidatorSetListArrayFilter list, IntFilter main, IntFilter total, StringFilter total_weight, FloatFilter utime_since, FloatFilter utime_until, ValidatorSetFilter OR) Creates an instance of aValidatorSetFilterrecord 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.list()Returns the value of thelistrecord component.main()Returns the value of themainrecord component.OR()Returns the value of theORrecord component.final StringtoString()Returns a string representation of this record class.total()Returns the value of thetotalrecord component.Returns the value of thetotal_weightrecord component.Returns the value of theutime_sincerecord component.Returns the value of theutime_untilrecord component.
-
Constructor Details
-
ValidatorSetFilter
public ValidatorSetFilter(ValidatorSetListArrayFilter list, IntFilter main, IntFilter total, StringFilter total_weight, FloatFilter utime_since, FloatFilter utime_until, ValidatorSetFilter OR) Creates an instance of aValidatorSetFilterrecord class.- Parameters:
list- the value for thelistrecord componentmain- the value for themainrecord componenttotal- the value for thetotalrecord componenttotal_weight- the value for thetotal_weightrecord componentutime_since- the value for theutime_sincerecord componentutime_until- the value for theutime_untilrecord componentOR- the value for theORrecord 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). -
list
Returns the value of thelistrecord component.- Returns:
- the value of the
listrecord component
-
main
Returns the value of themainrecord component.- Returns:
- the value of the
mainrecord component
-
total
Returns the value of thetotalrecord component.- Returns:
- the value of the
totalrecord component
-
total_weight
Returns the value of thetotal_weightrecord component.- Returns:
- the value of the
total_weightrecord component
-
utime_since
Returns the value of theutime_sincerecord component.- Returns:
- the value of the
utime_sincerecord component
-
utime_until
Returns the value of theutime_untilrecord component.- Returns:
- the value of the
utime_untilrecord component
-
OR
Returns the value of theORrecord component.- Returns:
- the value of the
ORrecord component
-