Interface EventParameters.Builder

  • Method Details

    • eventType

      EventParameters.Builder eventType(String eventType)

      The name of the event type to be considered for solution creation.

      Parameters:
      eventType - The name of the event type to be considered for solution creation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • eventValueThreshold

      EventParameters.Builder eventValueThreshold(Double eventValueThreshold)

      The threshold of the event type. Only events with a value greater or equal to this threshold will be considered for solution creation.

      Parameters:
      eventValueThreshold - The threshold of the event type. Only events with a value greater or equal to this threshold will be considered for solution creation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • weight

      The weight of the event type. A higher weight means higher importance of the event type for the created solution.

      Parameters:
      weight - The weight of the event type. A higher weight means higher importance of the event type for the created solution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.