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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description CandidateDescription(F object, double confidence, @NotNull PathKeyedMap<CorrelationCaseDescription.CorrelationPropertyValuesDescription> properties, @Nullable CorrelationExplanation explanation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdebugDump(int indent)doublegetConfidence()@Nullable CorrelationExplanationgetExplanation()FgetObject()@NotNull StringgetOid()@NotNull PathKeyedMap<CorrelationCaseDescription.CorrelationPropertyValuesDescription>getProperties()StringtoString()-
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 Detail
-
CandidateDescription
public CandidateDescription(@NotNull F object, double confidence, @NotNull @NotNull PathKeyedMap<CorrelationCaseDescription.CorrelationPropertyValuesDescription> properties, @Nullable @Nullable CorrelationExplanation explanation)
-
-
Method Detail
-
getObject
@NotNull public F getObject()
-
getOid
@NotNull public @NotNull String getOid()
-
getConfidence
public double getConfidence()
-
getProperties
@NotNull public @NotNull PathKeyedMap<CorrelationCaseDescription.CorrelationPropertyValuesDescription> getProperties()
-
getExplanation
@Nullable public @Nullable CorrelationExplanation getExplanation()
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDumpin interfaceDebugDumpable
-
-