Module java4ever.binding
Record Class BlockMasterShardHashes
java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.BlockMasterShardHashes
public record BlockMasterShardHashes(BlockMasterShardHashesDescr descr, String shard, Integer workchain_id)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionBlockMasterShardHashes(BlockMasterShardHashesDescr descr, String shard, Integer workchain_id) Creates an instance of aBlockMasterShardHashesrecord class. -
Method Summary
Modifier and TypeMethodDescriptiondescr()Returns the value of thedescrrecord component.final booleanIndicates whether some other object is "equal to" this one.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
-
BlockMasterShardHashes
public BlockMasterShardHashes(BlockMasterShardHashesDescr descr, String shard, Integer workchain_id) Creates an instance of aBlockMasterShardHashesrecord class.- Parameters:
descr- the value for thedescrrecord componentshard- the value for theshardrecord componentworkchain_id- the value for theworkchain_idrecord 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). -
descr
Returns the value of thedescrrecord component.- Returns:
- the value of the
descrrecord 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
-