java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.Zerostate
public record Zerostate(String id, List<ZerostateAccounts> accounts, String boc, String file_hash, Integer global_id, List<ZerostateLibraries> libraries, ZerostateMaster master, String root_hash, String total_balance, List<OtherCurrency> total_balance_other, Integer workchain_id)
extends Record
The initial state of the workchain before first block was generated;
-
Constructor Summary
ConstructorsConstructorDescriptionZerostate(String id, List<ZerostateAccounts> accounts, String boc, String file_hash, Integer global_id, List<ZerostateLibraries> libraries, ZerostateMaster master, String root_hash, String total_balance, List<OtherCurrency> total_balance_other, Integer workchain_id) Creates an instance of aZerostaterecord 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.Returns the value of theroot_hashrecord component.final StringtoString()Returns a string representation of this record class.Returns the value of thetotal_balancerecord component.static QueryExecutorBuildertotal_balance(String objectFieldsTree, BigIntFormat format) Returns the value of thetotal_balance_otherrecord component.Returns the value of theworkchain_idrecord component.
-
Constructor Details
-
Zerostate
public Zerostate(String id, List<ZerostateAccounts> accounts, String boc, String file_hash, Integer global_id, List<ZerostateLibraries> libraries, ZerostateMaster master, String root_hash, String total_balance, List<OtherCurrency> total_balance_other, Integer workchain_id) Creates an instance of aZerostaterecord 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 component
-
-
Method Details
-
total_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). -
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
-