com.unboundid.directory.sdk.common.types
Interface UnavailableAlertType


public interface UnavailableAlertType

This interface may be used to interact with an alert type that may cause the server to be classified as unavailable.


Method Summary
 AlertSeverity getAlertSeverity()
          Retrieves the severity for this unavailable alert type.
 java.lang.String getAlertTypeName()
          Retrieves the alert type name for this unavailable alert type.
 java.lang.String getAlertTypeOID()
          Retrieves the OID for this unavailable alert type.
 void setResolved()
          Indicates that the condition that triggered this unavailable alert type has been resolved and should no longer cause the server to be considered unavailable.
 

Method Detail

getAlertTypeName

java.lang.String getAlertTypeName()
Retrieves the alert type name for this unavailable alert type.

Returns:
The alert type name for this unavailable alert type.

getAlertTypeOID

java.lang.String getAlertTypeOID()
Retrieves the OID for this unavailable alert type.

Returns:
The OID for this unavailable alert type.

getAlertSeverity

AlertSeverity getAlertSeverity()
Retrieves the severity for this unavailable alert type.

Returns:
The severity for this unavailable alert type.

setResolved

void setResolved()
Indicates that the condition that triggered this unavailable alert type has been resolved and should no longer cause the server to be considered unavailable.