Class BranchAnalysisResponseDto
java.lang.Object
io.camunda.optimize.dto.optimize.query.analysis.BranchAnalysisResponseDto
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe end event the branch analysis is referred to.protected Map<String, BranchAnalysisOutcomeDto> All branch analysis information of the flow nodes from the gateway to the end event.protected LongThe total amount of tokens that went from the gateway to the end event. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetTotal()inthashCode()voidsetEndEvent(String endEvent) voidsetFollowingNodes(Map<String, BranchAnalysisOutcomeDto> followingNodes) voidtoString()
-
Field Details
-
endEvent
The end event the branch analysis is referred to. -
total
The total amount of tokens that went from the gateway to the end event. -
followingNodes
All branch analysis information of the flow nodes from the gateway to the end event.
-
-
Constructor Details
-
BranchAnalysisResponseDto
public BranchAnalysisResponseDto()
-
-
Method Details