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 aValidatorSetList
record class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theadnl_addr
record component.final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.Returns the value of thepublic_key
record component.final String
toString()
Returns a string representation of this record class.weight()
Returns the value of theweight
record component.static QueryExecutorBuilder
weight
(String objectFieldsTree, BigIntFormat format)
-
Constructor Details
-
ValidatorSetList
Creates an instance of aValidatorSetList
record class.- Parameters:
adnl_addr
- the value for theadnl_addr
record componentpublic_key
- the value for thepublic_key
record componentweight
- the value for theweight
record 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_addr
record component.- Returns:
- the value of the
adnl_addr
record component
-
public_key
Returns the value of thepublic_key
record component.- Returns:
- the value of the
public_key
record component
-
weight
Returns the value of theweight
record component.- Returns:
- the value of the
weight
record component
-