java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.ExtBlkRef
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionend_lt()Returns the value of theend_ltrecord component.static QueryExecutorBuilderend_lt(String objectFieldsTree, BigIntFormat format) final booleanIndicates whether some other object is "equal to" this one.Returns the value of thefile_hashrecord component.final inthashCode()Returns a hash code value for this object.Returns the value of theroot_hashrecord component.seq_no()Returns the value of theseq_norecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
ExtBlkRef
Creates an instance of aExtBlkRefrecord class.- Parameters:
end_lt- the value for theend_ltrecord componentfile_hash- the value for thefile_hashrecord componentroot_hash- the value for theroot_hashrecord componentseq_no- the value for theseq_norecord component
-
-
Method Details
-
end_lt
-
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). -
end_lt
Returns the value of theend_ltrecord component.- Returns:
- the value of the
end_ltrecord component
-
file_hash
Returns the value of thefile_hashrecord component.- Returns:
- the value of the
file_hashrecord component
-
root_hash
Returns the value of theroot_hashrecord component.- Returns:
- the value of the
root_hashrecord component
-
seq_no
Returns the value of theseq_norecord component.- Returns:
- the value of the
seq_norecord component
-