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 Summary
ConstructorsConstructorDescriptionConfig(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 aConfigrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.p0()Returns the value of thep0record component.p1()Returns the value of thep1record component.p10()Returns the value of thep10record component.p11()Returns the value of thep11record component.p12()Returns the value of thep12record component.p14()Returns the value of thep14record component.p15()Returns the value of thep15record component.p16()Returns the value of thep16record component.p17()Returns the value of thep17record component.p18()Returns the value of thep18record component.p2()Returns the value of thep2record component.p20()Returns the value of thep20record component.p21()Returns the value of thep21record component.p22()Returns the value of thep22record component.p23()Returns the value of thep23record component.p24()Returns the value of thep24record component.p25()Returns the value of thep25record component.p28()Returns the value of thep28record component.p29()Returns the value of thep29record component.p3()Returns the value of thep3record component.p30()Returns the value of thep30record component.p31()Returns the value of thep31record component.p32()Returns the value of thep32record component.p33()Returns the value of thep33record component.p34()Returns the value of thep34record component.p35()Returns the value of thep35record component.p36()Returns the value of thep36record component.p37()Returns the value of thep37record component.p39()Returns the value of thep39record component.p4()Returns the value of thep4record component.p40()Returns the value of thep40record component.p42()Returns the value of thep42record component.p6()Returns the value of thep6record component.p7()Returns the value of thep7record component.p8()Returns the value of thep8record component.p9()Returns the value of thep9record component.final StringtoString()Returns a string representation of this record class.
-
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 aConfigrecord class.- Parameters:
p0- the value for thep0record componentp1- the value for thep1record componentp10- the value for thep10record componentp11- the value for thep11record componentp12- the value for thep12record componentp14- the value for thep14record componentp15- the value for thep15record componentp16- the value for thep16record componentp17- the value for thep17record componentp18- the value for thep18record componentp2- the value for thep2record componentp20- the value for thep20record componentp21- the value for thep21record componentp22- the value for thep22record componentp23- the value for thep23record componentp24- the value for thep24record componentp25- the value for thep25record componentp28- the value for thep28record componentp29- the value for thep29record componentp3- the value for thep3record componentp30- the value for thep30record componentp31- the value for thep31record componentp32- the value for thep32record componentp33- the value for thep33record componentp34- the value for thep34record componentp35- the value for thep35record componentp36- the value for thep36record componentp37- the value for thep37record componentp39- the value for thep39record componentp4- the value for thep4record componentp40- the value for thep40record componentp42- the value for thep42record componentp6- the value for thep6record componentp7- the value for thep7record componentp8- the value for thep8record componentp9- the value for thep9record component
-
-
Method Details
-
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. -
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. -
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). -
p0
Returns the value of thep0record component.- Returns:
- the value of the
p0record component
-
p1
Returns the value of thep1record component.- Returns:
- the value of the
p1record component
-
p10
Returns the value of thep10record component.- Returns:
- the value of the
p10record component
-
p11
Returns the value of thep11record component.- Returns:
- the value of the
p11record component
-
p12
Returns the value of thep12record component.- Returns:
- the value of the
p12record component
-
p14
Returns the value of thep14record component.- Returns:
- the value of the
p14record component
-
p15
Returns the value of thep15record component.- Returns:
- the value of the
p15record component
-
p16
Returns the value of thep16record component.- Returns:
- the value of the
p16record component
-
p17
Returns the value of thep17record component.- Returns:
- the value of the
p17record component
-
p18
Returns the value of thep18record component.- Returns:
- the value of the
p18record component
-
p2
Returns the value of thep2record component.- Returns:
- the value of the
p2record component
-
p20
Returns the value of thep20record component.- Returns:
- the value of the
p20record component
-
p21
Returns the value of thep21record component.- Returns:
- the value of the
p21record component
-
p22
Returns the value of thep22record component.- Returns:
- the value of the
p22record component
-
p23
Returns the value of thep23record component.- Returns:
- the value of the
p23record component
-
p24
Returns the value of thep24record component.- Returns:
- the value of the
p24record component
-
p25
Returns the value of thep25record component.- Returns:
- the value of the
p25record component
-
p28
Returns the value of thep28record component.- Returns:
- the value of the
p28record component
-
p29
Returns the value of thep29record component.- Returns:
- the value of the
p29record component
-
p3
Returns the value of thep3record component.- Returns:
- the value of the
p3record component
-
p30
Returns the value of thep30record component.- Returns:
- the value of the
p30record component
-
p31
Returns the value of thep31record component.- Returns:
- the value of the
p31record component
-
p32
Returns the value of thep32record component.- Returns:
- the value of the
p32record component
-
p33
Returns the value of thep33record component.- Returns:
- the value of the
p33record component
-
p34
Returns the value of thep34record component.- Returns:
- the value of the
p34record component
-
p35
Returns the value of thep35record component.- Returns:
- the value of the
p35record component
-
p36
Returns the value of thep36record component.- Returns:
- the value of the
p36record component
-
p37
Returns the value of thep37record component.- Returns:
- the value of the
p37record component
-
p39
Returns the value of thep39record component.- Returns:
- the value of the
p39record component
-
p4
Returns the value of thep4record component.- Returns:
- the value of the
p4record component
-
p40
Returns the value of thep40record component.- Returns:
- the value of the
p40record component
-
p42
Returns the value of thep42record component.- Returns:
- the value of the
p42record component
-
p6
Returns the value of thep6record component.- Returns:
- the value of the
p6record component
-
p7
Returns the value of thep7record component.- Returns:
- the value of the
p7record component
-
p8
Returns the value of thep8record component.- Returns:
- the value of the
p8record component
-
p9
Returns the value of thep9record component.- Returns:
- the value of the
p9record component
-