java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.gql.ConfigP8Filter
public record ConfigP8Filter(StringFilter capabilities, FloatFilter version, ConfigP8Filter OR)
extends Record
Global version;
-
Constructor Summary
ConstructorsConstructorDescriptionConfigP8Filter(StringFilter capabilities, FloatFilter version, ConfigP8Filter OR) Creates an instance of aConfigP8Filterrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thecapabilitiesrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.OR()Returns the value of theORrecord component.final StringtoString()Returns a string representation of this record class.version()Returns the value of theversionrecord component.
-
Constructor Details
-
ConfigP8Filter
Creates an instance of aConfigP8Filterrecord class.- Parameters:
capabilities- the value for thecapabilitiesrecord componentversion- the value for theversionrecord componentOR- the value for theORrecord 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). -
capabilities
Returns the value of thecapabilitiesrecord component.- Returns:
- the value of the
capabilitiesrecord component
-
version
Returns the value of theversionrecord component.- Returns:
- the value of the
versionrecord component
-
OR
Returns the value of theORrecord component.- Returns:
- the value of the
ORrecord component
-