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 aBlockMasterShardFeesrecord class. -
Method Summary
Modifier and TypeMethodDescriptioncreate()Returns the value of thecreaterecord component.static QueryExecutorBuildercreate(String objectFieldsTree, BigIntFormat format) Returns the value of thecreate_otherrecord component.final booleanIndicates whether some other object is "equal to" this one.fees()Returns the value of thefeesrecord component.static QueryExecutorBuilderfees(String objectFieldsTree, BigIntFormat format) Returns the value of thefees_otherrecord component.final inthashCode()Returns a hash code value for this object.shard()Returns the value of theshardrecord component.final StringtoString()Returns a string representation of this record class.Returns the value of theworkchain_idrecord 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 aBlockMasterShardFeesrecord class.- Parameters:
create- the value for thecreaterecord componentcreate_other- the value for thecreate_otherrecord componentfees- the value for thefeesrecord componentfees_other- the value for thefees_otherrecord componentshard- the value for theshardrecord componentworkchain_id- the value for theworkchain_idrecord component
-
-
Method Details
-
create
-
fees
-
toString
-
hashCode
-
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 thecreaterecord component.- Returns:
- the value of the
createrecord component
-
create_other
Returns the value of thecreate_otherrecord component.- Returns:
- the value of the
create_otherrecord component
-
fees
Returns the value of thefeesrecord component.- Returns:
- the value of the
feesrecord component
-
fees_other
Returns the value of thefees_otherrecord component.- Returns:
- the value of the
fees_otherrecord component
-
shard
Returns the value of theshardrecord component.- Returns:
- the value of the
shardrecord component
-
workchain_id
Returns the value of theworkchain_idrecord component.- Returns:
- the value of the
workchain_idrecord component
-