java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.ValidatorSetList
-
Constructor Summary
ConstructorsConstructorDescriptionValidatorSetList(String adnl_addr, String public_key, String weight) Creates an instance of aValidatorSetListrecord 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.Returns the value of thepublic_keyrecord component.final StringtoString()Returns a string representation of this record class.weight()Returns the value of theweightrecord component.static QueryExecutorBuilderweight(String objectFieldsTree, BigIntFormat format)
-
Constructor Details
-
ValidatorSetList
Creates an instance of aValidatorSetListrecord class.- Parameters:
adnl_addr- the value for theadnl_addrrecord componentpublic_key- the value for thepublic_keyrecord componentweight- the value for theweightrecord component
-
-
Method Details
-
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). -
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
-