java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.CounterpartyFilter
public record CounterpartyFilter(StringFilter account, StringFilter counterparty, FloatFilter last_message_at, StringFilter last_message_id, BooleanFilter last_message_is_reverse, StringFilter last_message_value)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionCounterpartyFilter(StringFilter account, StringFilter counterparty, FloatFilter last_message_at, StringFilter last_message_id, BooleanFilter last_message_is_reverse, StringFilter last_message_value) Creates an instance of aCounterpartyFilterrecord class. -
Method Summary
Modifier and TypeMethodDescriptionaccount()Returns the value of theaccountrecord component.Returns the value of thecounterpartyrecord 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.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
CounterpartyFilter
public CounterpartyFilter(StringFilter account, StringFilter counterparty, FloatFilter last_message_at, StringFilter last_message_id, BooleanFilter last_message_is_reverse, StringFilter last_message_value) Creates an instance of aCounterpartyFilterrecord 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 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). -
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
-