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 aTransactionSplitInforecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theacc_split_depthrecord component.Returns the value of thecur_shard_pfx_lenrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of thesibling_addrrecord component.Returns the value of thethis_addrrecord component.final StringtoString()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 aTransactionSplitInforecord class.- Parameters:
acc_split_depth- the value for theacc_split_depthrecord componentcur_shard_pfx_len- the value for thecur_shard_pfx_lenrecord componentsibling_addr- the value for thesibling_addrrecord componentthis_addr- the value for thethis_addrrecord 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_depthrecord component.- Returns:
- the value of the
acc_split_depthrecord component
-
cur_shard_pfx_len
Returns the value of thecur_shard_pfx_lenrecord component.- Returns:
- the value of the
cur_shard_pfx_lenrecord component
-
sibling_addr
Returns the value of thesibling_addrrecord component.- Returns:
- the value of the
sibling_addrrecord component
-
this_addr
Returns the value of thethis_addrrecord component.- Returns:
- the value of the
this_addrrecord component
-