Class CandidateOwner
- java.lang.Object
-
- com.evolveum.midpoint.model.api.correlator.CandidateOwner
-
- All Implemented Interfaces:
Serializable
public class CandidateOwner extends Object implements Serializable
A candidate owner along with its confidence value (a number between 0 and 1, inclusive). Equals/hashCode contract: looks afteroid
andconfidence
only.- See Also:
CandidateOwnersMap
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CandidateOwner(@NotNull ObjectType object, @Nullable String externalId, double confidence)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
double
getConfidence()
@Nullable String
getExternalId()
@NotNull ObjectType
getObject()
@NotNull String
getOid()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
CandidateOwner
public CandidateOwner(@NotNull @NotNull ObjectType object, @Nullable @Nullable String externalId, double confidence)
-
-
Method Detail
-
getOid
@NotNull public @NotNull String getOid()
-
getObject
@NotNull public @NotNull ObjectType getObject()
-
getConfidence
public double getConfidence()
-
getExternalId
@Nullable public @Nullable String getExternalId()
-
-