Class FlowNodeOutlierParametersDto

java.lang.Object
io.camunda.optimize.dto.optimize.query.analysis.ProcessDefinitionParametersDto
io.camunda.optimize.dto.optimize.query.analysis.FlowNodeOutlierParametersDto
Direct Known Subclasses:
FlowNodeOutlierVariableParametersDto

public class FlowNodeOutlierParametersDto extends ProcessDefinitionParametersDto
  • Field Details

    • flowNodeId

      protected String flowNodeId
    • lowerOutlierBound

      protected Long lowerOutlierBound
    • higherOutlierBound

      protected Long higherOutlierBound
  • Constructor Details

    • FlowNodeOutlierParametersDto

      public FlowNodeOutlierParametersDto()
  • Method Details