Module java4ever.binding
Record Class ValidatorSetListFilter
java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.ValidatorSetListFilter
public record ValidatorSetListFilter(StringFilter adnl_addr, StringFilter public_key, StringFilter weight, ValidatorSetListFilter OR)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionValidatorSetListFilter(StringFilter adnl_addr, StringFilter public_key, StringFilter weight, ValidatorSetListFilter OR) Creates an instance of aValidatorSetListFilterrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theadnl_addrrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.OR()Returns the value of theORrecord component.Returns the value of thepublic_keyrecord component.final StringtoString()Returns a string representation of this record class.weight()Returns the value of theweightrecord component.
-
Constructor Details
-
ValidatorSetListFilter
public ValidatorSetListFilter(StringFilter adnl_addr, StringFilter public_key, StringFilter weight, ValidatorSetListFilter OR) Creates an instance of aValidatorSetListFilterrecord class.- Parameters:
adnl_addr- the value for theadnl_addrrecord componentpublic_key- the value for thepublic_keyrecord componentweight- the value for theweightrecord 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). -
adnl_addr
Returns the value of theadnl_addrrecord component.- Returns:
- the value of the
adnl_addrrecord component
-
public_key
Returns the value of thepublic_keyrecord component.- Returns:
- the value of the
public_keyrecord component
-
weight
Returns the value of theweightrecord component.- Returns:
- the value of the
weightrecord component
-
OR
Returns the value of theORrecord component.- Returns:
- the value of the
ORrecord component
-