Class CommandImpl
- java.lang.Object
-
- org.camunda.bpm.engine.impl.telemetry.dto.CommandImpl
-
-
Field Summary
Fields Modifier and Type Field Description protected long
count
-
Constructor Summary
Constructors Constructor Description CommandImpl(long count)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getCount()
The count of this command i.e., how often did the engine engine execute this command.void
setCount(long count)
-