java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.ValidatorSet
-
Constructor Summary
ConstructorsConstructorDescriptionValidatorSet(List<ValidatorSetList> list, Integer main, Integer total, String total_weight, Float utime_since, String utime_since_string, Float utime_until, String utime_until_string) Creates an instance of aValidatorSetrecord 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.final StringtoString()Returns a string representation of this record class.total()Returns the value of thetotalrecord component.Returns the value of thetotal_weightrecord component.static QueryExecutorBuildertotal_weight(String objectFieldsTree, BigIntFormat format) Returns the value of theutime_sincerecord component.Returns the value of theutime_since_stringrecord component.Returns the value of theutime_untilrecord component.Returns the value of theutime_until_stringrecord component.
-
Constructor Details
-
ValidatorSet
public ValidatorSet(List<ValidatorSetList> list, Integer main, Integer total, String total_weight, Float utime_since, String utime_since_string, Float utime_until, String utime_until_string) Creates an instance of aValidatorSetrecord 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_since_string- the value for theutime_since_stringrecord componentutime_until- the value for theutime_untilrecord componentutime_until_string- the value for theutime_until_stringrecord component
-
-
Method Details
-
total_weight
-
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_since_string
Returns the value of theutime_since_stringrecord component.- Returns:
- the value of the
utime_since_stringrecord component
-
utime_until
Returns the value of theutime_untilrecord component.- Returns:
- the value of the
utime_untilrecord component
-
utime_until_string
Returns the value of theutime_until_stringrecord component.- Returns:
- the value of the
utime_until_stringrecord component
-