Record Class BlockMasterShardHashesDescrFilter

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

public record BlockMasterShardHashesDescrFilter(BooleanFilter before_merge, BooleanFilter before_split, StringFilter end_lt, StringFilter fees_collected, OtherCurrencyArrayFilter fees_collected_other, StringFilter file_hash, IntFilter flags, StringFilter funds_created, OtherCurrencyArrayFilter funds_created_other, FloatFilter gen_utime, FloatFilter min_ref_mc_seqno, FloatFilter next_catchain_seqno, StringFilter next_validator_shard, BooleanFilter nx_cc_updated, FloatFilter reg_mc_seqno, StringFilter root_hash, FloatFilter seq_no, FloatFilter split, IntFilter split_type, SplitTypeEnumFilter split_type_name, StringFilter start_lt, BooleanFilter want_merge, BooleanFilter want_split, BlockMasterShardHashesDescrFilter OR) extends Record
Shard description;
  • Constructor Details

    • BlockMasterShardHashesDescrFilter

      public BlockMasterShardHashesDescrFilter(BooleanFilter before_merge, BooleanFilter before_split, StringFilter end_lt, StringFilter fees_collected, OtherCurrencyArrayFilter fees_collected_other, StringFilter file_hash, IntFilter flags, StringFilter funds_created, OtherCurrencyArrayFilter funds_created_other, FloatFilter gen_utime, FloatFilter min_ref_mc_seqno, FloatFilter next_catchain_seqno, StringFilter next_validator_shard, BooleanFilter nx_cc_updated, FloatFilter reg_mc_seqno, StringFilter root_hash, FloatFilter seq_no, FloatFilter split, IntFilter split_type, SplitTypeEnumFilter split_type_name, StringFilter start_lt, BooleanFilter want_merge, BooleanFilter want_split, BlockMasterShardHashesDescrFilter OR)
      Creates an instance of a BlockMasterShardHashesDescrFilter record class.
      Parameters:
      before_merge - the value for the before_merge record component
      before_split - the value for the before_split record component
      end_lt - the value for the end_lt record component
      fees_collected - the value for the fees_collected record component
      fees_collected_other - the value for the fees_collected_other record component
      file_hash - the value for the file_hash record component
      flags - the value for the flags record component
      funds_created - the value for the funds_created record component
      funds_created_other - the value for the funds_created_other record component
      gen_utime - the value for the gen_utime record component
      min_ref_mc_seqno - the value for the min_ref_mc_seqno record component
      next_catchain_seqno - the value for the next_catchain_seqno record component
      next_validator_shard - the value for the next_validator_shard record component
      nx_cc_updated - the value for the nx_cc_updated record component
      reg_mc_seqno - the value for the reg_mc_seqno record component
      root_hash - the value for the root_hash record component
      seq_no - the value for the seq_no record component
      split - the value for the split record component
      split_type - the value for the split_type record component
      split_type_name - the value for the split_type_name record component
      start_lt - the value for the start_lt record component
      want_merge - the value for the want_merge record component
      want_split - the value for the want_split record component
      OR - the value for the OR record component
  • Method Details

    • 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.
    • before_merge

      public BooleanFilter before_merge()
      Returns the value of the before_merge record component.
      Returns:
      the value of the before_merge record component
    • before_split

      public BooleanFilter before_split()
      Returns the value of the before_split record component.
      Returns:
      the value of the before_split record component
    • end_lt

      public StringFilter end_lt()
      Returns the value of the end_lt record component.
      Returns:
      the value of the end_lt record component
    • fees_collected

      public StringFilter fees_collected()
      Returns the value of the fees_collected record component.
      Returns:
      the value of the fees_collected record component
    • fees_collected_other

      public OtherCurrencyArrayFilter fees_collected_other()
      Returns the value of the fees_collected_other record component.
      Returns:
      the value of the fees_collected_other record component
    • file_hash

      public StringFilter file_hash()
      Returns the value of the file_hash record component.
      Returns:
      the value of the file_hash record component
    • flags

      public IntFilter flags()
      Returns the value of the flags record component.
      Returns:
      the value of the flags record component
    • funds_created

      public StringFilter funds_created()
      Returns the value of the funds_created record component.
      Returns:
      the value of the funds_created record component
    • funds_created_other

      public OtherCurrencyArrayFilter funds_created_other()
      Returns the value of the funds_created_other record component.
      Returns:
      the value of the funds_created_other record component
    • gen_utime

      public FloatFilter gen_utime()
      Returns the value of the gen_utime record component.
      Returns:
      the value of the gen_utime record component
    • min_ref_mc_seqno

      public FloatFilter min_ref_mc_seqno()
      Returns the value of the min_ref_mc_seqno record component.
      Returns:
      the value of the min_ref_mc_seqno record component
    • next_catchain_seqno

      public FloatFilter next_catchain_seqno()
      Returns the value of the next_catchain_seqno record component.
      Returns:
      the value of the next_catchain_seqno record component
    • next_validator_shard

      public StringFilter next_validator_shard()
      Returns the value of the next_validator_shard record component.
      Returns:
      the value of the next_validator_shard record component
    • nx_cc_updated

      public BooleanFilter nx_cc_updated()
      Returns the value of the nx_cc_updated record component.
      Returns:
      the value of the nx_cc_updated record component
    • reg_mc_seqno

      public FloatFilter reg_mc_seqno()
      Returns the value of the reg_mc_seqno record component.
      Returns:
      the value of the reg_mc_seqno record component
    • root_hash

      public StringFilter root_hash()
      Returns the value of the root_hash record component.
      Returns:
      the value of the root_hash record component
    • seq_no

      public FloatFilter seq_no()
      Returns the value of the seq_no record component.
      Returns:
      the value of the seq_no record component
    • split

      public FloatFilter split()
      Returns the value of the split record component.
      Returns:
      the value of the split record component
    • split_type

      public IntFilter split_type()
      Returns the value of the split_type record component.
      Returns:
      the value of the split_type record component
    • split_type_name

      public SplitTypeEnumFilter split_type_name()
      Returns the value of the split_type_name record component.
      Returns:
      the value of the split_type_name record component
    • start_lt

      public StringFilter start_lt()
      Returns the value of the start_lt record component.
      Returns:
      the value of the start_lt record component
    • want_merge

      public BooleanFilter want_merge()
      Returns the value of the want_merge record component.
      Returns:
      the value of the want_merge record component
    • want_split

      public BooleanFilter want_split()
      Returns the value of the want_split record component.
      Returns:
      the value of the want_split record component
    • OR

      Returns the value of the OR record component.
      Returns:
      the value of the OR record component