Module java4ever.binding
Record Class TransactionSplitInfo
java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.TransactionSplitInfo
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionSplitInfo
(Integer acc_split_depth, Integer cur_shard_pfx_len, String sibling_addr, String this_addr) Creates an instance of aTransactionSplitInfo
record class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theacc_split_depth
record component.Returns the value of thecur_shard_pfx_len
record component.final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.Returns the value of thesibling_addr
record component.Returns the value of thethis_addr
record component.final String
toString()
Returns a string representation of this record class.
-
Constructor Details
-
TransactionSplitInfo
public TransactionSplitInfo(Integer acc_split_depth, Integer cur_shard_pfx_len, String sibling_addr, String this_addr) Creates an instance of aTransactionSplitInfo
record class.- Parameters:
acc_split_depth
- the value for theacc_split_depth
record componentcur_shard_pfx_len
- the value for thecur_shard_pfx_len
record componentsibling_addr
- the value for thesibling_addr
record componentthis_addr
- the value for thethis_addr
record component
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
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)
. -
acc_split_depth
Returns the value of theacc_split_depth
record component.- Returns:
- the value of the
acc_split_depth
record component
-
cur_shard_pfx_len
Returns the value of thecur_shard_pfx_len
record component.- Returns:
- the value of the
cur_shard_pfx_len
record component
-
sibling_addr
Returns the value of thesibling_addr
record component.- Returns:
- the value of the
sibling_addr
record component
-
this_addr
Returns the value of thethis_addr
record component.- Returns:
- the value of the
this_addr
record component
-