java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.TransactionStorage
public record TransactionStorage(Integer status_change, AccountStatusChangeEnum status_change_name, String storage_fees_collected, String storage_fees_due)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionStorage
(Integer status_change, AccountStatusChangeEnum status_change_name, String storage_fees_collected, String storage_fees_due) Creates an instance of aTransactionStorage
record class. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.Returns the value of thestatus_change
record component.Returns the value of thestatus_change_name
record component.Returns the value of thestorage_fees_collected
record component.static QueryExecutorBuilder
storage_fees_collected
(String objectFieldsTree, BigIntFormat format) Returns the value of thestorage_fees_due
record component.static QueryExecutorBuilder
storage_fees_due
(String objectFieldsTree, BigIntFormat format) final String
toString()
Returns a string representation of this record class.
-
Constructor Details
-
TransactionStorage
public TransactionStorage(Integer status_change, AccountStatusChangeEnum status_change_name, String storage_fees_collected, String storage_fees_due) Creates an instance of aTransactionStorage
record class.- Parameters:
status_change
- the value for thestatus_change
record componentstatus_change_name
- the value for thestatus_change_name
record componentstorage_fees_collected
- the value for thestorage_fees_collected
record componentstorage_fees_due
- the value for thestorage_fees_due
record component
-
-
Method Details
-
storage_fees_collected
public static QueryExecutorBuilder storage_fees_collected(String objectFieldsTree, BigIntFormat format) -
storage_fees_due
-
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_change
record component.- Returns:
- the value of the
status_change
record component
-
status_change_name
Returns the value of thestatus_change_name
record component.- Returns:
- the value of the
status_change_name
record component
-
storage_fees_collected
Returns the value of thestorage_fees_collected
record component.- Returns:
- the value of the
storage_fees_collected
record component
-
storage_fees_due
Returns the value of thestorage_fees_due
record component.- Returns:
- the value of the
storage_fees_due
record component
-