Record Class ModelGraphResolver.ModelNode
java.lang.Object
java.lang.Record
io.fluxzero.sdk.persisting.repository.ModelGraphResolver.ModelNode
- Enclosing interface:
ModelGraphResolver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionentity()Returns the value of theentityrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.id()Returns the value of theidrecord component.Class<?> Returns the value of theknownTyperecord component.Returns the value of themodelNamerecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
ModelNode
Creates an instance of aModelNoderecord class.- Parameters:
id- the value for theidrecord componentmodelName- the value for themodelNamerecord componentknownType- the value for theknownTyperecord componententity- the value for theentityrecord 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). -
id
Returns the value of theidrecord component.- Returns:
- the value of the
idrecord component
-
modelName
Returns the value of themodelNamerecord component.- Returns:
- the value of the
modelNamerecord component
-
knownType
Returns the value of theknownTyperecord component.- Returns:
- the value of the
knownTyperecord component
-
entity
-