Class ChangeClassificationMatchRequest

Object
ChangeClassificationMatchRequest
All Implemented Interfaces:
Serializable

public class ChangeClassificationMatchRequest extends Object implements Serializable
Criteria for changing classification match.
See Also:
  • Constructor Details

    • ChangeClassificationMatchRequest

      public ChangeClassificationMatchRequest(UUID classificationMatchId, ChangeClassificationMatchRequest.ClassificationStatus status, Double confidence)
      Creates a new ChangeClassificationMatchRequest instance.
      Parameters:
      classificationMatchId - The id of the classification match.
      status - The classification status to be set on classification match with given id. Only possible choices : ACCEPTED, REJECTED.
      confidence - The confidence level between 0-1 which the current match is assigned with.
    • ChangeClassificationMatchRequest

      public ChangeClassificationMatchRequest()
  • Method Details

    • builder

    • getClassificationMatchId

      public UUID getClassificationMatchId()
      The id of the classification match.
    • getStatus

      The classification status to be set on classification match with given id. Only possible choices : ACCEPTED, REJECTED.
    • getConfidence

      public Double getConfidence()
      The confidence level between 0-1 which the current match is assigned with.
    • setClassificationMatchId

      public void setClassificationMatchId(UUID classificationMatchId)
      The id of the classification match.
    • setStatus

      The classification status to be set on classification match with given id. Only possible choices : ACCEPTED, REJECTED.
    • setConfidence

      public void setConfidence(Double confidence)
      The confidence level between 0-1 which the current match is assigned with.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object