Module java4ever.binding
Record Class BlockMasterShardFeesFilter
java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.BlockMasterShardFeesFilter
public record BlockMasterShardFeesFilter(StringFilter create, OtherCurrencyArrayFilter create_other, StringFilter fees, OtherCurrencyArrayFilter fees_other, StringFilter shard, IntFilter workchain_id, BlockMasterShardFeesFilter OR)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionBlockMasterShardFeesFilter(StringFilter create, OtherCurrencyArrayFilter create_other, StringFilter fees, OtherCurrencyArrayFilter fees_other, StringFilter shard, IntFilter workchain_id, BlockMasterShardFeesFilter OR) Creates an instance of aBlockMasterShardFeesFilterrecord class. -
Method Summary
Modifier and TypeMethodDescriptioncreate()Returns the value of thecreaterecord component.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.Returns the value of thefees_otherrecord component.final inthashCode()Returns a hash code value for this object.OR()Returns the value of theORrecord component.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
-
BlockMasterShardFeesFilter
public BlockMasterShardFeesFilter(StringFilter create, OtherCurrencyArrayFilter create_other, StringFilter fees, OtherCurrencyArrayFilter fees_other, StringFilter shard, IntFilter workchain_id, BlockMasterShardFeesFilter OR) Creates an instance of aBlockMasterShardFeesFilterrecord 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 componentOR- the value for theORrecord component
-
-
Method Details
-
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
-
OR
Returns the value of theORrecord component.- Returns:
- the value of the
ORrecord component
-