java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.Counterparty
public record Counterparty(String account, String counterparty, Float last_message_at, String last_message_id, Boolean last_message_is_reverse, String last_message_value, String cursor)
extends Record
Counterparty;
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccount()
Returns the value of theaccount
record component.Returns the value of thecounterparty
record component.cursor()
Returns the value of thecursor
record component.final 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 thelast_message_at
record component.Returns the value of thelast_message_id
record component.Returns the value of thelast_message_is_reverse
record component.Returns the value of thelast_message_value
record component.static QueryExecutorBuilder
last_message_value
(String objectFieldsTree, BigIntFormat format) final String
toString()
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 aCounterparty
record class.- Parameters:
account
- the value for theaccount
record componentcounterparty
- the value for thecounterparty
record componentlast_message_at
- the value for thelast_message_at
record componentlast_message_id
- the value for thelast_message_id
record componentlast_message_is_reverse
- the value for thelast_message_is_reverse
record componentlast_message_value
- the value for thelast_message_value
record componentcursor
- the value for thecursor
record component
-
-
Method Details
-
last_message_value
-
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)
. -
account
Returns the value of theaccount
record component.- Returns:
- the value of the
account
record component
-
counterparty
Returns the value of thecounterparty
record component.- Returns:
- the value of the
counterparty
record component
-
last_message_at
Returns the value of thelast_message_at
record component.- Returns:
- the value of the
last_message_at
record component
-
last_message_id
Returns the value of thelast_message_id
record component.- Returns:
- the value of the
last_message_id
record component
-
last_message_is_reverse
Returns the value of thelast_message_is_reverse
record component.- Returns:
- the value of the
last_message_is_reverse
record component
-
last_message_value
Returns the value of thelast_message_value
record component.- Returns:
- the value of the
last_message_value
record component
-
cursor
Returns the value of thecursor
record component.- Returns:
- the value of the
cursor
record component
-