Class CorrelationCaseDescription.CandidateDescription<F extends FocusType>
java.lang.Object
com.evolveum.midpoint.model.api.correlation.CorrelationCaseDescription.CandidateDescription<F>
- All Implemented Interfaces:
DebugDumpable
,Serializable
- Enclosing class:
- CorrelationCaseDescription<F extends FocusType>
public static class CorrelationCaseDescription.CandidateDescription<F extends FocusType>
extends Object
implements DebugDumpable, Serializable
- See Also:
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Constructor Summary
ConstructorDescriptionCandidateDescription
(F object, double confidence, @NotNull PathKeyedMap<CorrelationCaseDescription.CorrelationPropertyValuesDescription> propertiesValuesMap, @Nullable CorrelationExplanation explanation) -
Method Summary
Modifier and TypeMethodDescriptiondebugDump
(int indent) double
@Nullable CorrelationExplanation
@NotNull String
getOid()
getPropertyValuesDescription
(@NotNull CorrelationPropertyDefinition propertyDef) getPropertyValuesDescription
(@NotNull ItemPath propertyPath) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Constructor Details
-
CandidateDescription
public CandidateDescription(@NotNull F object, double confidence, @NotNull @NotNull PathKeyedMap<CorrelationCaseDescription.CorrelationPropertyValuesDescription> propertiesValuesMap, @Nullable @Nullable CorrelationExplanation explanation)
-
-
Method Details
-
getObject
-
getOid
-
getConfidence
public double getConfidence() -
getPropertyValuesDescription
@Nullable public @Nullable CorrelationCaseDescription.CorrelationPropertyValuesDescription getPropertyValuesDescription(@NotNull @NotNull CorrelationPropertyDefinition propertyDef) -
getPropertyValuesDescription
@Nullable public @Nullable CorrelationCaseDescription.CorrelationPropertyValuesDescription getPropertyValuesDescription(@NotNull @NotNull ItemPath propertyPath) -
getExplanation
-
toString
-
debugDump
- Specified by:
debugDump
in interfaceDebugDumpable
-