AlarmId constructor

AlarmId(
  1. String id
)

Implementation

AlarmId(String id) : super(EntityType.ALARM, id);