Record Class MutationPlan.DeferredWriteTarget
java.lang.Object
java.lang.Record
io.fluxzero.sdk.modeling.MutationPlan.DeferredWriteTarget
- Enclosing class:
MutationPlan
-
Constructor Summary
ConstructorsConstructorDescriptionDeferredWriteTarget(Class<?> modelType, List<String> candidateModelIds, String handler) Creates an instance of aDeferredWriteTargetrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thecandidateModelIdsrecord component.final booleanIndicates whether some other object is "equal to" this one.handler()Returns the value of thehandlerrecord component.final inthashCode()Returns a hash code value for this object.Class<?> Returns the value of themodelTyperecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
DeferredWriteTarget
Creates an instance of aDeferredWriteTargetrecord class.- Parameters:
modelType- the value for themodelTyperecord componentcandidateModelIds- the value for thecandidateModelIdsrecord componenthandler- the value for thehandlerrecord 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). -
modelType
Returns the value of themodelTyperecord component.- Returns:
- the value of the
modelTyperecord component
-
candidateModelIds
-
handler
Returns the value of thehandlerrecord component.- Returns:
- the value of the
handlerrecord component
-