Class GeolocationQueryBuilder
- java.lang.Object
-
- org.opennms.features.geolocation.api.GeolocationQueryBuilder
-
public class GeolocationQueryBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description GeolocationQueryBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeolocationQuery
build()
GeolocationQueryBuilder
withIncludeAcknowledgedAlarms(boolean includeAcknowledgedAlarms)
GeolocationQueryBuilder
withLocation(String location)
GeolocationQueryBuilder
withNodeIds(Integer... nodeIds)
GeolocationQueryBuilder
withNodeIds(Collection<Integer> nodeIds)
GeolocationQueryBuilder
withSeverity(GeolocationSeverity severity)
GeolocationQueryBuilder
withStatusCalculationStrategy(StatusCalculationStrategy statusCalculationStrategy)
-
-
-
Method Detail
-
withStatusCalculationStrategy
public GeolocationQueryBuilder withStatusCalculationStrategy(StatusCalculationStrategy statusCalculationStrategy)
-
withLocation
public GeolocationQueryBuilder withLocation(String location)
-
withIncludeAcknowledgedAlarms
public GeolocationQueryBuilder withIncludeAcknowledgedAlarms(boolean includeAcknowledgedAlarms)
-
withSeverity
public GeolocationQueryBuilder withSeverity(GeolocationSeverity severity)
-
withNodeIds
public GeolocationQueryBuilder withNodeIds(Integer... nodeIds)
-
withNodeIds
public GeolocationQueryBuilder withNodeIds(Collection<Integer> nodeIds)
-
build
public GeolocationQuery build()
-
-