Record Class Config

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

public record Config(String p0, String p1, List<Float> p10, ConfigP11 p11, List<ConfigP12> p12, ConfigP14 p14, ConfigP15 p15, ConfigP16 p16, ConfigP17 p17, List<ConfigP18> p18, String p2, GasLimitsPrices p20, GasLimitsPrices p21, BlockLimits p22, BlockLimits p23, MsgForwardPrices p24, MsgForwardPrices p25, ConfigP28 p28, ConfigP29 p29, String p3, ConfigP30 p30, List<String> p31, ValidatorSet p32, ValidatorSet p33, ValidatorSet p34, ValidatorSet p35, ValidatorSet p36, ValidatorSet p37, List<ConfigP39> p39, String p4, ConfigP40 p40, ConfigP42 p42, ConfigP6 p6, List<ConfigP7> p7, ConfigP8 p8, List<Float> p9) extends Record
  • Constructor Details

    • Config

      public Config(String p0, String p1, List<Float> p10, ConfigP11 p11, List<ConfigP12> p12, ConfigP14 p14, ConfigP15 p15, ConfigP16 p16, ConfigP17 p17, List<ConfigP18> p18, String p2, GasLimitsPrices p20, GasLimitsPrices p21, BlockLimits p22, BlockLimits p23, MsgForwardPrices p24, MsgForwardPrices p25, ConfigP28 p28, ConfigP29 p29, String p3, ConfigP30 p30, List<String> p31, ValidatorSet p32, ValidatorSet p33, ValidatorSet p34, ValidatorSet p35, ValidatorSet p36, ValidatorSet p37, List<ConfigP39> p39, String p4, ConfigP40 p40, ConfigP42 p42, ConfigP6 p6, List<ConfigP7> p7, ConfigP8 p8, List<Float> p9)
      Creates an instance of a Config record class.
      Parameters:
      p0 - the value for the p0 record component
      p1 - the value for the p1 record component
      p10 - the value for the p10 record component
      p11 - the value for the p11 record component
      p12 - the value for the p12 record component
      p14 - the value for the p14 record component
      p15 - the value for the p15 record component
      p16 - the value for the p16 record component
      p17 - the value for the p17 record component
      p18 - the value for the p18 record component
      p2 - the value for the p2 record component
      p20 - the value for the p20 record component
      p21 - the value for the p21 record component
      p22 - the value for the p22 record component
      p23 - the value for the p23 record component
      p24 - the value for the p24 record component
      p25 - the value for the p25 record component
      p28 - the value for the p28 record component
      p29 - the value for the p29 record component
      p3 - the value for the p3 record component
      p30 - the value for the p30 record component
      p31 - the value for the p31 record component
      p32 - the value for the p32 record component
      p33 - the value for the p33 record component
      p34 - the value for the p34 record component
      p35 - the value for the p35 record component
      p36 - the value for the p36 record component
      p37 - the value for the p37 record component
      p39 - the value for the p39 record component
      p4 - the value for the p4 record component
      p40 - the value for the p40 record component
      p42 - the value for the p42 record component
      p6 - the value for the p6 record component
      p7 - the value for the p7 record component
      p8 - the value for the p8 record component
      p9 - the value for the p9 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.
    • p0

      public String p0()
      Returns the value of the p0 record component.
      Returns:
      the value of the p0 record component
    • p1

      public String p1()
      Returns the value of the p1 record component.
      Returns:
      the value of the p1 record component
    • p10

      public List<Float> p10()
      Returns the value of the p10 record component.
      Returns:
      the value of the p10 record component
    • p11

      public ConfigP11 p11()
      Returns the value of the p11 record component.
      Returns:
      the value of the p11 record component
    • p12

      public List<ConfigP12> p12()
      Returns the value of the p12 record component.
      Returns:
      the value of the p12 record component
    • p14

      public ConfigP14 p14()
      Returns the value of the p14 record component.
      Returns:
      the value of the p14 record component
    • p15

      public ConfigP15 p15()
      Returns the value of the p15 record component.
      Returns:
      the value of the p15 record component
    • p16

      public ConfigP16 p16()
      Returns the value of the p16 record component.
      Returns:
      the value of the p16 record component
    • p17

      public ConfigP17 p17()
      Returns the value of the p17 record component.
      Returns:
      the value of the p17 record component
    • p18

      public List<ConfigP18> p18()
      Returns the value of the p18 record component.
      Returns:
      the value of the p18 record component
    • p2

      public String p2()
      Returns the value of the p2 record component.
      Returns:
      the value of the p2 record component
    • p20

      public GasLimitsPrices p20()
      Returns the value of the p20 record component.
      Returns:
      the value of the p20 record component
    • p21

      public GasLimitsPrices p21()
      Returns the value of the p21 record component.
      Returns:
      the value of the p21 record component
    • p22

      public BlockLimits p22()
      Returns the value of the p22 record component.
      Returns:
      the value of the p22 record component
    • p23

      public BlockLimits p23()
      Returns the value of the p23 record component.
      Returns:
      the value of the p23 record component
    • p24

      public MsgForwardPrices p24()
      Returns the value of the p24 record component.
      Returns:
      the value of the p24 record component
    • p25

      public MsgForwardPrices p25()
      Returns the value of the p25 record component.
      Returns:
      the value of the p25 record component
    • p28

      public ConfigP28 p28()
      Returns the value of the p28 record component.
      Returns:
      the value of the p28 record component
    • p29

      public ConfigP29 p29()
      Returns the value of the p29 record component.
      Returns:
      the value of the p29 record component
    • p3

      public String p3()
      Returns the value of the p3 record component.
      Returns:
      the value of the p3 record component
    • p30

      public ConfigP30 p30()
      Returns the value of the p30 record component.
      Returns:
      the value of the p30 record component
    • p31

      public List<String> p31()
      Returns the value of the p31 record component.
      Returns:
      the value of the p31 record component
    • p32

      public ValidatorSet p32()
      Returns the value of the p32 record component.
      Returns:
      the value of the p32 record component
    • p33

      public ValidatorSet p33()
      Returns the value of the p33 record component.
      Returns:
      the value of the p33 record component
    • p34

      public ValidatorSet p34()
      Returns the value of the p34 record component.
      Returns:
      the value of the p34 record component
    • p35

      public ValidatorSet p35()
      Returns the value of the p35 record component.
      Returns:
      the value of the p35 record component
    • p36

      public ValidatorSet p36()
      Returns the value of the p36 record component.
      Returns:
      the value of the p36 record component
    • p37

      public ValidatorSet p37()
      Returns the value of the p37 record component.
      Returns:
      the value of the p37 record component
    • p39

      public List<ConfigP39> p39()
      Returns the value of the p39 record component.
      Returns:
      the value of the p39 record component
    • p4

      public String p4()
      Returns the value of the p4 record component.
      Returns:
      the value of the p4 record component
    • p40

      public ConfigP40 p40()
      Returns the value of the p40 record component.
      Returns:
      the value of the p40 record component
    • p42

      public ConfigP42 p42()
      Returns the value of the p42 record component.
      Returns:
      the value of the p42 record component
    • p6

      public ConfigP6 p6()
      Returns the value of the p6 record component.
      Returns:
      the value of the p6 record component
    • p7

      public List<ConfigP7> p7()
      Returns the value of the p7 record component.
      Returns:
      the value of the p7 record component
    • p8

      public ConfigP8 p8()
      Returns the value of the p8 record component.
      Returns:
      the value of the p8 record component
    • p9

      public List<Float> p9()
      Returns the value of the p9 record component.
      Returns:
      the value of the p9 record component