Class PTZInstructionManager.InstructionStatistics
java.lang.Object
io.github.lunasaw.gb28181.common.entity.control.instruction.manager.PTZInstructionManager.InstructionStatistics
- Enclosing class:
- PTZInstructionManager
指令统计信息类
-
Constructor Summary
ConstructorsConstructorDescriptionInstructionStatistics
(Map<PTZInstructionManager.InstructionType, Integer> countsByType, int totalCount) -
Method Summary
-
Constructor Details
-
InstructionStatistics
public InstructionStatistics(Map<PTZInstructionManager.InstructionType, Integer> countsByType, int totalCount)
-
-
Method Details