Module java4ever.framework
Package tech.deplant.java4ever.framework
Record Class Account.GraphQLFilter.Gt
java.lang.Object
java.lang.Record
tech.deplant.java4ever.framework.Account.GraphQLFilter.Gt
- All Implemented Interfaces:
Account.GraphQLFilter
- Enclosing interface:
Account.GraphQLFilter
public static record Account.GraphQLFilter.Gt(String gt)
extends Record
implements Account.GraphQLFilter
The type Gt.
-
Nested Class Summary
Nested classes/interfaces inherited from interface tech.deplant.java4ever.framework.Account.GraphQLFilter
Account.GraphQLFilter.Eq, Account.GraphQLFilter.Gt, Account.GraphQLFilter.In, Account.GraphQLFilter.Lt -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.gt()Returns the value of thegtrecord component.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
Gt
Creates an instance of aGtrecord class.- Parameters:
gt- the value for thegtrecord 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). -
gt
Returns the value of thegtrecord component.- Returns:
- the value of the
gtrecord component
-