Module java4ever.binding
Record Class BlockMasterShardFees
java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.BlockMasterShardFees
public record BlockMasterShardFees(String create, List<OtherCurrency> create_other, String fees, List<OtherCurrency> fees_other, String shard, Integer workchain_id)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionBlockMasterShardFees
(String create, List<OtherCurrency> create_other, String fees, List<OtherCurrency> fees_other, String shard, Integer workchain_id) Creates an instance of aBlockMasterShardFees
record class. -
Method Summary
Modifier and TypeMethodDescriptioncreate()
Returns the value of thecreate
record component.static QueryExecutorBuilder
create
(String objectFieldsTree, BigIntFormat format) Returns the value of thecreate_other
record component.final boolean
Indicates whether some other object is "equal to" this one.fees()
Returns the value of thefees
record component.static QueryExecutorBuilder
fees
(String objectFieldsTree, BigIntFormat format) Returns the value of thefees_other
record component.final int
hashCode()
Returns a hash code value for this object.shard()
Returns the value of theshard
record component.final String
toString()
Returns a string representation of this record class.Returns the value of theworkchain_id
record component.
-
Constructor Details
-
BlockMasterShardFees
public BlockMasterShardFees(String create, List<OtherCurrency> create_other, String fees, List<OtherCurrency> fees_other, String shard, Integer workchain_id) Creates an instance of aBlockMasterShardFees
record class.- Parameters:
create
- the value for thecreate
record componentcreate_other
- the value for thecreate_other
record componentfees
- the value for thefees
record componentfees_other
- the value for thefees_other
record componentshard
- the value for theshard
record componentworkchain_id
- the value for theworkchain_id
record component
-
-
Method Details
-
create
-
fees
-
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)
. -
create
Returns the value of thecreate
record component.- Returns:
- the value of the
create
record component
-
create_other
Returns the value of thecreate_other
record component.- Returns:
- the value of the
create_other
record component
-
fees
Returns the value of thefees
record component.- Returns:
- the value of the
fees
record component
-
fees_other
Returns the value of thefees_other
record component.- Returns:
- the value of the
fees_other
record component
-
shard
Returns the value of theshard
record component.- Returns:
- the value of the
shard
record component
-
workchain_id
Returns the value of theworkchain_id
record component.- Returns:
- the value of the
workchain_id
record component
-