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 aTransactionStoragerecord 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.Returns the value of thestatus_changerecord component.Returns the value of thestatus_change_namerecord component.Returns the value of thestorage_fees_collectedrecord component.static QueryExecutorBuilderstorage_fees_collected(String objectFieldsTree, BigIntFormat format) Returns the value of thestorage_fees_duerecord component.static QueryExecutorBuilderstorage_fees_due(String objectFieldsTree, BigIntFormat format) final StringtoString()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 aTransactionStoragerecord 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 component
-
-
Method Details
-
storage_fees_collected
public static QueryExecutorBuilder storage_fees_collected(String objectFieldsTree, BigIntFormat format) -
storage_fees_due
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
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
-