Class CandidateOwner
java.lang.Object
com.evolveum.midpoint.model.api.correlator.CandidateOwner
- All Implemented Interfaces:
Serializable
A candidate owner along with its confidence value (a number between 0 and 1, inclusive).
Equals/hashCode contract: looks after
oid and confidence only.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCandidateOwner(@NotNull ObjectType object, @Nullable String externalId, double confidence) -
Method Summary
Modifier and TypeMethodDescriptionbooleandouble@Nullable String@NotNull ObjectType@NotNull StringgetOid()inthashCode()voidincreaseConfidence(double confidence) toString()
-
Constructor Details
-
CandidateOwner
public CandidateOwner(@NotNull @NotNull ObjectType object, @Nullable @Nullable String externalId, double confidence)
-
-
Method Details