Record Class ZerostateAccounts

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.ZerostateAccounts

public record ZerostateAccounts(String id, Integer acc_type, AccountStatusEnum acc_type_name, String balance, List<OtherCurrency> balance_other, String bits, String boc, String cells, String code, String code_hash, String data, String data_hash, String due_payment, String init_code_hash, Float last_paid, String last_trans_lt, String library, String library_hash, String prev_code_hash, String proof, String public_cells, Integer split_depth, String state_hash, Boolean tick, Boolean tock, Integer workchain_id) extends Record
  • Constructor Details

    • ZerostateAccounts

      public ZerostateAccounts(String id, Integer acc_type, AccountStatusEnum acc_type_name, String balance, List<OtherCurrency> balance_other, String bits, String boc, String cells, String code, String code_hash, String data, String data_hash, String due_payment, String init_code_hash, Float last_paid, String last_trans_lt, String library, String library_hash, String prev_code_hash, String proof, String public_cells, Integer split_depth, String state_hash, Boolean tick, Boolean tock, Integer workchain_id)
      Creates an instance of a ZerostateAccounts record class.
      Parameters:
      id - the value for the id record component
      acc_type - the value for the acc_type record component
      acc_type_name - the value for the acc_type_name record component
      balance - the value for the balance record component
      balance_other - the value for the balance_other record component
      bits - the value for the bits record component
      boc - the value for the boc record component
      cells - the value for the cells record component
      code - the value for the code record component
      code_hash - the value for the code_hash record component
      data - the value for the data record component
      data_hash - the value for the data_hash record component
      due_payment - the value for the due_payment record component
      init_code_hash - the value for the init_code_hash record component
      last_paid - the value for the last_paid record component
      last_trans_lt - the value for the last_trans_lt record component
      library - the value for the library record component
      library_hash - the value for the library_hash record component
      prev_code_hash - the value for the prev_code_hash record component
      proof - the value for the proof record component
      public_cells - the value for the public_cells record component
      split_depth - the value for the split_depth record component
      state_hash - the value for the state_hash record component
      tick - the value for the tick record component
      tock - the value for the tock record component
      workchain_id - the value for the workchain_id record component
  • Method Details

    • balance

      public static QueryExecutorBuilder balance(String objectFieldsTree, BigIntFormat format)
    • bits

      public static QueryExecutorBuilder bits(String objectFieldsTree, BigIntFormat format)
    • cells

      public static QueryExecutorBuilder cells(String objectFieldsTree, BigIntFormat format)
    • due_payment

      public static QueryExecutorBuilder due_payment(String objectFieldsTree, BigIntFormat format)
    • last_trans_lt

      public static QueryExecutorBuilder last_trans_lt(String objectFieldsTree, BigIntFormat format)
    • public_cells

      public static QueryExecutorBuilder public_cells(String objectFieldsTree, BigIntFormat format)
    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object o)
      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 with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • id

      public String id()
      Returns the value of the id record component.
      Returns:
      the value of the id record component
    • acc_type

      public Integer acc_type()
      Returns the value of the acc_type record component.
      Returns:
      the value of the acc_type record component
    • acc_type_name

      public AccountStatusEnum acc_type_name()
      Returns the value of the acc_type_name record component.
      Returns:
      the value of the acc_type_name record component
    • balance

      public String balance()
      Returns the value of the balance record component.
      Returns:
      the value of the balance record component
    • balance_other

      public List<OtherCurrency> balance_other()
      Returns the value of the balance_other record component.
      Returns:
      the value of the balance_other record component
    • bits

      public String bits()
      Returns the value of the bits record component.
      Returns:
      the value of the bits record component
    • boc

      public String boc()
      Returns the value of the boc record component.
      Returns:
      the value of the boc record component
    • cells

      public String cells()
      Returns the value of the cells record component.
      Returns:
      the value of the cells record component
    • code

      public String code()
      Returns the value of the code record component.
      Returns:
      the value of the code record component
    • code_hash

      public String code_hash()
      Returns the value of the code_hash record component.
      Returns:
      the value of the code_hash record component
    • data

      public String data()
      Returns the value of the data record component.
      Returns:
      the value of the data record component
    • data_hash

      public String data_hash()
      Returns the value of the data_hash record component.
      Returns:
      the value of the data_hash record component
    • due_payment

      public String due_payment()
      Returns the value of the due_payment record component.
      Returns:
      the value of the due_payment record component
    • init_code_hash

      public String init_code_hash()
      Returns the value of the init_code_hash record component.
      Returns:
      the value of the init_code_hash record component
    • last_paid

      public Float last_paid()
      Returns the value of the last_paid record component.
      Returns:
      the value of the last_paid record component
    • last_trans_lt

      public String last_trans_lt()
      Returns the value of the last_trans_lt record component.
      Returns:
      the value of the last_trans_lt record component
    • library

      public String library()
      Returns the value of the library record component.
      Returns:
      the value of the library record component
    • library_hash

      public String library_hash()
      Returns the value of the library_hash record component.
      Returns:
      the value of the library_hash record component
    • prev_code_hash

      public String prev_code_hash()
      Returns the value of the prev_code_hash record component.
      Returns:
      the value of the prev_code_hash record component
    • proof

      public String proof()
      Returns the value of the proof record component.
      Returns:
      the value of the proof record component
    • public_cells

      public String public_cells()
      Returns the value of the public_cells record component.
      Returns:
      the value of the public_cells record component
    • split_depth

      public Integer split_depth()
      Returns the value of the split_depth record component.
      Returns:
      the value of the split_depth record component
    • state_hash

      public String state_hash()
      Returns the value of the state_hash record component.
      Returns:
      the value of the state_hash record component
    • tick

      public Boolean tick()
      Returns the value of the tick record component.
      Returns:
      the value of the tick record component
    • tock

      public Boolean tock()
      Returns the value of the tock record component.
      Returns:
      the value of the tock record component
    • workchain_id

      public Integer workchain_id()
      Returns the value of the workchain_id record component.
      Returns:
      the value of the workchain_id record component