Package | Description |
---|---|
org.opennms.web.rest.mapper.v2 | |
org.opennms.web.rest.model.v2 |
Modifier and Type | Method and Description |
---|---|
AlarmSummaryDTO |
AlarmMapperImpl.alarmToAlarmSummaryDTO(OnmsAlarm alarm) |
abstract AlarmSummaryDTO |
AlarmMapper.alarmToAlarmSummaryDTO(OnmsAlarm alarm) |
Modifier and Type | Method and Description |
---|---|
protected OnmsAlarm |
AlarmMapperImpl.alarmSummaryDTOToOnmsAlarm(AlarmSummaryDTO alarmSummaryDTO) |
protected void |
AlarmMapper.mapEventLabel(AlarmSummaryDTO summaryDTO) |
Modifier and Type | Method and Description |
---|---|
protected Set<OnmsAlarm> |
AlarmMapperImpl.alarmSummaryDTOListToOnmsAlarmSet(List<AlarmSummaryDTO> list) |
Modifier and Type | Method and Description |
---|---|
List<AlarmSummaryDTO> |
AlarmDTO.getRelatedAlarms() |
Modifier and Type | Method and Description |
---|---|
void |
AlarmDTO.setRelatedAlarms(List<AlarmSummaryDTO> relatedAlarms) |
Copyright © 2021. All rights reserved.