Class GeolocationQueryBuilder
- java.lang.Object
-
- org.opennms.features.geolocation.api.GeolocationQueryBuilder
-
public class GeolocationQueryBuilder extends java.lang.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(java.lang.String location)
GeolocationQueryBuilder
withNodeIds(java.lang.Integer... nodeIds)
GeolocationQueryBuilder
withNodeIds(java.util.Collection<java.lang.Integer> nodeIds)
GeolocationQueryBuilder
withSeverity(GeolocationSeverity severity)
GeolocationQueryBuilder
withStatusCalculationStrategy(StatusCalculationStrategy statusCalculationStrategy)
-
-
-
Method Detail
-
withStatusCalculationStrategy
public GeolocationQueryBuilder withStatusCalculationStrategy(StatusCalculationStrategy statusCalculationStrategy)
-
withLocation
public GeolocationQueryBuilder withLocation(java.lang.String location)
-
withIncludeAcknowledgedAlarms
public GeolocationQueryBuilder withIncludeAcknowledgedAlarms(boolean includeAcknowledgedAlarms)
-
withSeverity
public GeolocationQueryBuilder withSeverity(GeolocationSeverity severity)
-
withNodeIds
public GeolocationQueryBuilder withNodeIds(java.lang.Integer... nodeIds)
-
withNodeIds
public GeolocationQueryBuilder withNodeIds(java.util.Collection<java.lang.Integer> nodeIds)
-
build
public GeolocationQuery build()
-
-