java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.Counterparty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccount()Returns the value of theaccountrecord component.Returns the value of thecounterpartyrecord component.cursor()Returns the value of thecursorrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of thelast_message_atrecord component.Returns the value of thelast_message_idrecord component.Returns the value of thelast_message_is_reverserecord component.Returns the value of thelast_message_valuerecord component.static QueryExecutorBuilderlast_message_value(String objectFieldsTree, BigIntFormat format) final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
Counterparty
public Counterparty(String account, String counterparty, Float last_message_at, String last_message_id, Boolean last_message_is_reverse, String last_message_value, String cursor) Creates an instance of aCounterpartyrecord class.- Parameters:
account- the value for theaccountrecord componentcounterparty- the value for thecounterpartyrecord componentlast_message_at- the value for thelast_message_atrecord componentlast_message_id- the value for thelast_message_idrecord componentlast_message_is_reverse- the value for thelast_message_is_reverserecord componentlast_message_value- the value for thelast_message_valuerecord componentcursor- the value for thecursorrecord component
-
-
Method Details
-
last_message_value
-
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). -
account
Returns the value of theaccountrecord component.- Returns:
- the value of the
accountrecord component
-
counterparty
Returns the value of thecounterpartyrecord component.- Returns:
- the value of the
counterpartyrecord component
-
last_message_at
Returns the value of thelast_message_atrecord component.- Returns:
- the value of the
last_message_atrecord component
-
last_message_id
Returns the value of thelast_message_idrecord component.- Returns:
- the value of the
last_message_idrecord component
-
last_message_is_reverse
Returns the value of thelast_message_is_reverserecord component.- Returns:
- the value of the
last_message_is_reverserecord component
-
last_message_value
Returns the value of thelast_message_valuerecord component.- Returns:
- the value of the
last_message_valuerecord component
-
cursor
Returns the value of thecursorrecord component.- Returns:
- the value of the
cursorrecord component
-