java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.ZerostateFilter
public record ZerostateFilter(StringFilter id, ZerostateAccountsArrayFilter accounts, StringFilter boc, StringFilter file_hash, IntFilter global_id, ZerostateLibrariesArrayFilter libraries, ZerostateMasterFilter master, StringFilter root_hash, StringFilter total_balance, OtherCurrencyArrayFilter total_balance_other, IntFilter workchain_id, ZerostateFilter OR)
extends Record
The initial state of the workchain before first block was generated;
-
Constructor Summary
ConstructorsConstructorDescriptionZerostateFilter(StringFilter id, ZerostateAccountsArrayFilter accounts, StringFilter boc, StringFilter file_hash, IntFilter global_id, ZerostateLibrariesArrayFilter libraries, ZerostateMasterFilter master, StringFilter root_hash, StringFilter total_balance, OtherCurrencyArrayFilter total_balance_other, IntFilter workchain_id, ZerostateFilter OR) Creates an instance of aZerostateFilterrecord class. -
Method Summary
Modifier and TypeMethodDescriptionaccounts()Returns the value of theaccountsrecord component.boc()Returns the value of thebocrecord component.final booleanIndicates whether some other object is "equal to" this one.Returns the value of thefile_hashrecord component.Returns the value of theglobal_idrecord component.final inthashCode()Returns a hash code value for this object.id()Returns the value of theidrecord component.Returns the value of thelibrariesrecord component.master()Returns the value of themasterrecord component.OR()Returns the value of theORrecord component.Returns the value of theroot_hashrecord component.final StringtoString()Returns a string representation of this record class.Returns the value of thetotal_balancerecord component.Returns the value of thetotal_balance_otherrecord component.Returns the value of theworkchain_idrecord component.
-
Constructor Details
-
ZerostateFilter
public ZerostateFilter(StringFilter id, ZerostateAccountsArrayFilter accounts, StringFilter boc, StringFilter file_hash, IntFilter global_id, ZerostateLibrariesArrayFilter libraries, ZerostateMasterFilter master, StringFilter root_hash, StringFilter total_balance, OtherCurrencyArrayFilter total_balance_other, IntFilter workchain_id, ZerostateFilter OR) Creates an instance of aZerostateFilterrecord class.- Parameters:
id- the value for theidrecord componentaccounts- the value for theaccountsrecord componentboc- the value for thebocrecord componentfile_hash- the value for thefile_hashrecord componentglobal_id- the value for theglobal_idrecord componentlibraries- the value for thelibrariesrecord componentmaster- the value for themasterrecord componentroot_hash- the value for theroot_hashrecord componenttotal_balance- the value for thetotal_balancerecord componenttotal_balance_other- the value for thetotal_balance_otherrecord componentworkchain_id- the value for theworkchain_idrecord 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). -
id
Returns the value of theidrecord component.- Returns:
- the value of the
idrecord component
-
accounts
Returns the value of theaccountsrecord component.- Returns:
- the value of the
accountsrecord component
-
boc
Returns the value of thebocrecord component.- Returns:
- the value of the
bocrecord component
-
file_hash
Returns the value of thefile_hashrecord component.- Returns:
- the value of the
file_hashrecord component
-
global_id
Returns the value of theglobal_idrecord component.- Returns:
- the value of the
global_idrecord component
-
libraries
Returns the value of thelibrariesrecord component.- Returns:
- the value of the
librariesrecord component
-
master
Returns the value of themasterrecord component.- Returns:
- the value of the
masterrecord component
-
root_hash
Returns the value of theroot_hashrecord component.- Returns:
- the value of the
root_hashrecord component
-
total_balance
Returns the value of thetotal_balancerecord component.- Returns:
- the value of the
total_balancerecord component
-
total_balance_other
Returns the value of thetotal_balance_otherrecord component.- Returns:
- the value of the
total_balance_otherrecord component
-
workchain_id
Returns the value of theworkchain_idrecord component.- Returns:
- the value of the
workchain_idrecord component
-
OR
Returns the value of theORrecord component.- Returns:
- the value of the
ORrecord component
-