Record Class MutationPlan.ResolvedModel
java.lang.Object
java.lang.Record
io.fluxzero.sdk.modeling.MutationPlan.ResolvedModel
- Enclosing class:
MutationPlan
-
Constructor Summary
ConstructorsConstructorDescriptionResolvedModel(String modelId, Class<?> modelType, MutationPlan.Access access, List<String> sourceProperties) Creates an instance of aResolvedModelrecord class. -
Method Summary
Modifier and TypeMethodDescriptionaccess()Returns the value of theaccessrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.modelId()Returns the value of themodelIdrecord component.Class<?> Returns the value of themodelTyperecord component.Returns the value of thesourcePropertiesrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
ResolvedModel
public ResolvedModel(String modelId, Class<?> modelType, MutationPlan.Access access, List<String> sourceProperties) Creates an instance of aResolvedModelrecord class.- Parameters:
modelId- the value for themodelIdrecord componentmodelType- the value for themodelTyperecord componentaccess- the value for theaccessrecord componentsourceProperties- the value for thesourcePropertiesrecord 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). -
modelId
Returns the value of themodelIdrecord component.- Returns:
- the value of the
modelIdrecord component
-
modelType
Returns the value of themodelTyperecord component.- Returns:
- the value of the
modelTyperecord component
-
access
Returns the value of theaccessrecord component.- Returns:
- the value of the
accessrecord component
-
sourceProperties
-