Class ChangeClassificationMatchRequest

  • All Implemented Interfaces:
    Serializable

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

      • ChangeClassificationMatchRequest

        public ChangeClassificationMatchRequest()
    • Method Detail

      • getClassificationMatchId

        public UUID getClassificationMatchId()
        The id of the classification match.
      • 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.
      • 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