Class RoutingTagAnalyzerDecision

java.lang.Object
com.novomind.ecom.api.imail.core.result.decision.AbstractAnalyzerDecision<RoutingTag>
com.novomind.ecom.api.imail.core.result.decision.RoutingTagAnalyzerDecision
All Implemented Interfaces:
AnalyzerDecision<RoutingTag>, Comparable<AnalyzerDecision<RoutingTag>>

public final class RoutingTagAnalyzerDecision extends AbstractAnalyzerDecision<RoutingTag>
A AnalyzerDecision containing a RoutingTag. This is typically added to an IncomingMessageAnalyzerResult
Since:
13.2
  • Constructor Details

    • RoutingTagAnalyzerDecision

      public RoutingTagAnalyzerDecision(RoutingTag routingTag, double confidence)
      Constructs a RoutingTagAnalyzerDecision for a RoutingTag with a confidence value.
      Parameters:
      routingTag - the RoutingTag which is the "value" of this AnalyzerDecision
      confidence - the confidence value ranging from 0 to 100
      Since:
      13.2
    • RoutingTagAnalyzerDecision

      public RoutingTagAnalyzerDecision(RoutingTag routingTag)
      Constructs a RoutingTagAnalyzerDecision for a RoutingTag.
      Parameters:
      routingTag - the RoutingTag which is the "value" of this AnalyzerDecision
      Since:
      13.2
  • Method Details