NumAlert : public class
Created: |
12/12/2005 5:28:52 PM |
Modified: |
1/5/2007 5:48:17 PM |
|
Project: |
|
Author: |
|
Version: |
1.0 |
Phase: |
1.0 |
Status: |
Proposed |
Complexity: |
Easy |
Advanced: |
|
UUID: |
{EFEC413B-4877-493b-AC75-51F38D85BCC2} |
Appears In: |
Alerts |
When a DataEvent triggers an alert, it produces a NumAlert. The NumAlert class contains a MIMOSA type code for the alert and specifies when it occurred.
Attribute |
Details |
public string alertName |
Range:0 to 1
Notes:
|
Name/description of the alert.
|
|
public MIMKey3 alertSeverity |
Range:0 to 1
Notes:
|
References severity values from the MIMOSA severity_level_type table.<br />
|
|
public unsignedInt alertTypeCode |
Notes:
|
Corresponds to al_type_code in MIMOSA.
|
|
public unsignedInt alertTypeId |
Range:0 to 1
Notes:
|
The corresponding database id.<br />(NOTE: OSA-CBM convention is for an unused alertTypeId to mean alertTypeId = 0 which should be based on platform Site.)
|
|
public Site alertTypeSite |
Range:0 to 1
Notes:
|
The Site associated with the alert type.<br />(NOTE: an unused alertTypeSite means to use the Site found in the corresponding DataEvent.)
|
|
public boolean hiSideAlert |
Range:0 to 1 |
public OsacbmTime lastTrigger |
Range:0 to 1
Notes:
|
Specifies the time when the alert was first entered.
|
|
public EnumValue regionEnum |
Range:0 to 1 |
public AlertRegionRef regionRef |
Range:0 to 1
Notes:
|
Reference info for the associated alert region.
|
|