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
ConstructorDescriptionCandidateOwner
(@NotNull ObjectType object, @Nullable String externalId, double confidence) -
Method Summary
Modifier and TypeMethodDescriptionboolean
double
@Nullable String
@NotNull ObjectType
@NotNull String
getOid()
int
hashCode()
void
increaseConfidence
(double confidence) toString()
-
Constructor Details
-
CandidateOwner
public CandidateOwner(@NotNull @NotNull ObjectType object, @Nullable @Nullable String externalId, double confidence)
-
-
Method Details