Class CandidateOwner

    • 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()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object