Module java4ever.binding
Record Class ZerostateMasterFilter
java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.ZerostateMasterFilter
public record ZerostateMasterFilter(ConfigFilter config, StringFilter config_addr, StringFilter global_balance, OtherCurrencyArrayFilter global_balance_other, FloatFilter validator_list_hash_short, ZerostateMasterFilter OR)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionZerostateMasterFilter(ConfigFilter config, StringFilter config_addr, StringFilter global_balance, OtherCurrencyArrayFilter global_balance_other, FloatFilter validator_list_hash_short, ZerostateMasterFilter OR) Creates an instance of aZerostateMasterFilterrecord 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.Returns the value of theglobal_balance_otherrecord component.final inthashCode()Returns a hash code value for this object.OR()Returns the value of theORrecord component.final StringtoString()Returns a string representation of this record class.Returns the value of thevalidator_list_hash_shortrecord component.
-
Constructor Details
-
ZerostateMasterFilter
public ZerostateMasterFilter(ConfigFilter config, StringFilter config_addr, StringFilter global_balance, OtherCurrencyArrayFilter global_balance_other, FloatFilter validator_list_hash_short, ZerostateMasterFilter OR) Creates an instance of aZerostateMasterFilterrecord 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 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). -
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
-
OR
Returns the value of theORrecord component.- Returns:
- the value of the
ORrecord component
-