Module java4ever.binding
Record Class TransactionStorageFilter
java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.TransactionStorageFilter
public record TransactionStorageFilter(IntFilter status_change, AccountStatusChangeEnumFilter status_change_name, StringFilter storage_fees_collected, StringFilter storage_fees_due, TransactionStorageFilter OR)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionStorageFilter(IntFilter status_change, AccountStatusChangeEnumFilter status_change_name, StringFilter storage_fees_collected, StringFilter storage_fees_due, TransactionStorageFilter OR) Creates an instance of aTransactionStorageFilterrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal 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 thestatus_changerecord component.Returns the value of thestatus_change_namerecord component.Returns the value of thestorage_fees_collectedrecord component.Returns the value of thestorage_fees_duerecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
TransactionStorageFilter
public TransactionStorageFilter(IntFilter status_change, AccountStatusChangeEnumFilter status_change_name, StringFilter storage_fees_collected, StringFilter storage_fees_due, TransactionStorageFilter OR) Creates an instance of aTransactionStorageFilterrecord class.- Parameters:
status_change- the value for thestatus_changerecord componentstatus_change_name- the value for thestatus_change_namerecord componentstorage_fees_collected- the value for thestorage_fees_collectedrecord componentstorage_fees_due- the value for thestorage_fees_duerecord 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). -
status_change
Returns the value of thestatus_changerecord component.- Returns:
- the value of the
status_changerecord component
-
status_change_name
Returns the value of thestatus_change_namerecord component.- Returns:
- the value of the
status_change_namerecord component
-
storage_fees_collected
Returns the value of thestorage_fees_collectedrecord component.- Returns:
- the value of the
storage_fees_collectedrecord component
-
storage_fees_due
Returns the value of thestorage_fees_duerecord component.- Returns:
- the value of the
storage_fees_duerecord component
-
OR
Returns the value of theORrecord component.- Returns:
- the value of the
ORrecord component
-