Module java4ever.binding
Record Class TransactionCreditFilter
java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.TransactionCreditFilter
public record TransactionCreditFilter(StringFilter credit, OtherCurrencyArrayFilter credit_other, StringFilter due_fees_collected, TransactionCreditFilter OR)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionCreditFilter(StringFilter credit, OtherCurrencyArrayFilter credit_other, StringFilter due_fees_collected, TransactionCreditFilter OR) Creates an instance of aTransactionCreditFilterrecord class. -
Method Summary
Modifier and TypeMethodDescriptioncredit()Returns the value of thecreditrecord component.Returns the value of thecredit_otherrecord component.Returns the value of thedue_fees_collectedrecord 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.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
TransactionCreditFilter
public TransactionCreditFilter(StringFilter credit, OtherCurrencyArrayFilter credit_other, StringFilter due_fees_collected, TransactionCreditFilter OR) Creates an instance of aTransactionCreditFilterrecord class.- Parameters:
credit- the value for thecreditrecord componentcredit_other- the value for thecredit_otherrecord componentdue_fees_collected- the value for thedue_fees_collectedrecord 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). -
credit
Returns the value of thecreditrecord component.- Returns:
- the value of the
creditrecord component
-
credit_other
Returns the value of thecredit_otherrecord component.- Returns:
- the value of the
credit_otherrecord component
-
due_fees_collected
Returns the value of thedue_fees_collectedrecord component.- Returns:
- the value of the
due_fees_collectedrecord component
-
OR
Returns the value of theORrecord component.- Returns:
- the value of the
ORrecord component
-