com.dynatrace.diagnostics.pdk
Interface Violation


public interface Violation

The Interface for Violations. Contains:


Nested Class Summary
static interface Violation.TriggerValue
           
 
Method Summary
 java.util.Collection<Violation.TriggerValue> getTriggerValues()
          Returns a Collection of TriggerValues
 Measure getViolatedMeasure()
          Returns the Measure that caused this Violation
 Threshold getViolatedThreshold()
          Returns the Threshold that has been violated
 

Method Detail

getViolatedMeasure

Measure getViolatedMeasure()
Returns the Measure that caused this Violation

Returns:
the Measure that caused this Violation

getViolatedThreshold

Threshold getViolatedThreshold()
Returns the Threshold that has been violated

Returns:
the Threshold that has been violated

getTriggerValues

java.util.Collection<Violation.TriggerValue> getTriggerValues()
Returns a Collection of TriggerValues

Returns:
the trigger values or null if no values are available.


Copyright © 2004-2012 dynaTrace software GmbH