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_lt
record component.static QueryExecutorBuilder
end_lt
(String objectFieldsTree, BigIntFormat format) final boolean
Indicates whether some other object is "equal to" this one.Returns the value of thefile_hash
record component.final int
hashCode()
Returns a hash code value for this object.Returns the value of theroot_hash
record component.seq_no()
Returns the value of theseq_no
record component.final String
toString()
Returns a string representation of this record class.
-
Constructor Details
-
ExtBlkRef
Creates an instance of aExtBlkRef
record class.- Parameters:
end_lt
- the value for theend_lt
record componentfile_hash
- the value for thefile_hash
record componentroot_hash
- the value for theroot_hash
record componentseq_no
- the value for theseq_no
record 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_lt
record component.- Returns:
- the value of the
end_lt
record component
-
file_hash
Returns the value of thefile_hash
record component.- Returns:
- the value of the
file_hash
record component
-
root_hash
Returns the value of theroot_hash
record component.- Returns:
- the value of the
root_hash
record component
-
seq_no
Returns the value of theseq_no
record component.- Returns:
- the value of the
seq_no
record component
-