Module java4ever.binding
Record Class TransactionSplitInfoFilter
java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.TransactionSplitInfoFilter
public record TransactionSplitInfoFilter(IntFilter acc_split_depth, IntFilter cur_shard_pfx_len, StringFilter sibling_addr, StringFilter this_addr, TransactionSplitInfoFilter OR)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionSplitInfoFilter(IntFilter acc_split_depth, IntFilter cur_shard_pfx_len, StringFilter sibling_addr, StringFilter this_addr, TransactionSplitInfoFilter OR) Creates an instance of aTransactionSplitInfoFilterrecord 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.OR()Returns the value of theORrecord component.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
-
TransactionSplitInfoFilter
public TransactionSplitInfoFilter(IntFilter acc_split_depth, IntFilter cur_shard_pfx_len, StringFilter sibling_addr, StringFilter this_addr, TransactionSplitInfoFilter OR) Creates an instance of aTransactionSplitInfoFilterrecord 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 componentOR- the value for theORrecord 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). -
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
-
OR
Returns the value of theORrecord component.- Returns:
- the value of the
ORrecord component
-