java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.TransactionCredit
public record TransactionCredit(String credit, List<OtherCurrency> credit_other, String due_fees_collected)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionCredit(String credit, List<OtherCurrency> credit_other, String due_fees_collected) Creates an instance of aTransactionCreditrecord class. -
Method Summary
Modifier and TypeMethodDescriptioncredit()Returns the value of thecreditrecord component.static QueryExecutorBuildercredit(String objectFieldsTree, BigIntFormat format) Returns the value of thecredit_otherrecord component.Returns the value of thedue_fees_collectedrecord component.static QueryExecutorBuilderdue_fees_collected(String objectFieldsTree, BigIntFormat format) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
TransactionCredit
public TransactionCredit(String credit, List<OtherCurrency> credit_other, String due_fees_collected) Creates an instance of aTransactionCreditrecord class.- Parameters:
credit- the value for thecreditrecord componentcredit_other- the value for thecredit_otherrecord componentdue_fees_collected- the value for thedue_fees_collectedrecord component
-
-
Method Details
-
credit
-
due_fees_collected
-
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
-