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