com.dynatrace.diagnostics.pdk
Interface IncidentRule


public interface IncidentRule

The Interface for Incident Rules. If the Sensitivity of this IncidentRule is violated an Incident will be raised.


Method Summary
 Condition getCondition()
          Returns the Condition of the IncidentRule
 java.lang.String getDescription()
          Returns the Description of the IncidentRule
 java.lang.String getName()
          Returns the Name of the IncidentRule
 Sensitivity getSensitivity()
          Returns the Sensitivity of the IncidentRule
 

Method Detail

getName

java.lang.String getName()
Returns the Name of the IncidentRule

Returns:
the Name of the IncidentRule

getDescription

java.lang.String getDescription()
Returns the Description of the IncidentRule

Returns:
the Description of the IncidentRule

getSensitivity

Sensitivity getSensitivity()
Returns the Sensitivity of the IncidentRule

Returns:
the Sensitivity of the IncidentRule

getCondition

Condition getCondition()
Returns the Condition of the IncidentRule

Returns:
the Condition of the IncidentRule


Copyright © 2004-2012 dynaTrace software GmbH