java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.ZerostateMaster
-
Constructor Summary
ConstructorsConstructorDescriptionZerostateMaster(Config config, String config_addr, String global_balance, List<OtherCurrency> global_balance_other, Float validator_list_hash_short) Creates an instance of aZerostateMasterrecord class. -
Method Summary
Modifier and TypeMethodDescriptionconfig()Returns the value of theconfigrecord component.Returns the value of theconfig_addrrecord component.final booleanIndicates whether some other object is "equal to" this one.Returns the value of theglobal_balancerecord component.static QueryExecutorBuilderglobal_balance(String objectFieldsTree, BigIntFormat format) Returns the value of theglobal_balance_otherrecord component.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.Returns the value of thevalidator_list_hash_shortrecord component.
-
Constructor Details
-
ZerostateMaster
public ZerostateMaster(Config config, String config_addr, String global_balance, List<OtherCurrency> global_balance_other, Float validator_list_hash_short) Creates an instance of aZerostateMasterrecord class.- Parameters:
config- the value for theconfigrecord componentconfig_addr- the value for theconfig_addrrecord componentglobal_balance- the value for theglobal_balancerecord componentglobal_balance_other- the value for theglobal_balance_otherrecord componentvalidator_list_hash_short- the value for thevalidator_list_hash_shortrecord component
-
-
Method Details
-
global_balance
-
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). -
config
Returns the value of theconfigrecord component.- Returns:
- the value of the
configrecord component
-
config_addr
Returns the value of theconfig_addrrecord component.- Returns:
- the value of the
config_addrrecord component
-
global_balance
Returns the value of theglobal_balancerecord component.- Returns:
- the value of the
global_balancerecord component
-
global_balance_other
Returns the value of theglobal_balance_otherrecord component.- Returns:
- the value of the
global_balance_otherrecord component
-
validator_list_hash_short
Returns the value of thevalidator_list_hash_shortrecord component.- Returns:
- the value of the
validator_list_hash_shortrecord component
-