Class Command
- java.lang.Object
-
- org.camunda.bpm.engine.impl.telemetry.dto.Command
-
public class Command extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected long
count
-
Constructor Summary
Constructors Constructor Description Command(long count)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getCount()
void
setCount(long count)
-