Uses of Class
org.opennms.web.rest.v2.DiscoveryRestService.DiscoveryConfigurationDTO.ExcludeRangeDTO
-
Packages that use DiscoveryRestService.DiscoveryConfigurationDTO.ExcludeRangeDTO Package Description org.opennms.web.rest.v2 -
-
Uses of DiscoveryRestService.DiscoveryConfigurationDTO.ExcludeRangeDTO in org.opennms.web.rest.v2
Methods in org.opennms.web.rest.v2 that return types with arguments of type DiscoveryRestService.DiscoveryConfigurationDTO.ExcludeRangeDTO Modifier and Type Method Description java.util.List<DiscoveryRestService.DiscoveryConfigurationDTO.ExcludeRangeDTO>
DiscoveryRestService.DiscoveryConfigurationDTO. getExcludeRangeDTOList()
Method parameters in org.opennms.web.rest.v2 with type arguments of type DiscoveryRestService.DiscoveryConfigurationDTO.ExcludeRangeDTO Modifier and Type Method Description void
DiscoveryRestService.DiscoveryConfigurationDTO. setExcludeRangeDTOList(java.util.List<DiscoveryRestService.DiscoveryConfigurationDTO.ExcludeRangeDTO> excludeRangeDTOList)
-