Public Member Functions | |
| AlarmImpl (String alarmId, boolean active, String faultFamily, String faultMember, int faultCode) | |
| AlarmImpl (String alarmId, boolean active, boolean reduced, boolean masked, String faultFamily, String faultMember, int faultCode) | |
| String | getAlarmId () |
| Triplet | getTriplet () |
| String | getProblemDescription () |
| Integer | getPriority () |
| void | setPriority (int priority) |
| Source | getSource () |
| Location | getLocation () |
| URL | getHelpURL () |
| Collection | getCategories () |
| ResponsiblePerson | getResponsiblePerson () |
| Status | getStatus () |
| boolean | isInstant () |
| void | setIsInstant (boolean flag) |
| boolean | isNodeParent () |
| boolean | isMultiplicityParent () |
| boolean | isNodeChild () |
| boolean | isMultiplicityChild () |
| String | getSystemName () |
| String | getIdentifier () |
| String | getConsequence () |
| String | getAction () |
| String | getCause () |
| String | getPiquetEmail () |
| String | getPiquetGSM () |
| boolean | equals (Object obj) |
| Object | clone () throws CloneNotSupportedException |
| String | toString () |
Private Member Functions | |
| AlarmImpl (Alarm alarm) throws CloneNotSupportedException | |
Private Attributes | |
| String | alarmId |
| Triplet | triplet |
| String | problemDescription |
| Integer | priority |
| Source | source |
| Location | location |
| URL | helpURL |
| ResponsiblePerson | responsiblePerson |
| Collection | categories |
| Status | status |
| boolean | instant |
| boolean | nodeParent |
| boolean | multiplicityParent |
| boolean | nodeChild |
| boolean | multiplicityChild |
| String | systemName |
| String | identifier |
| String | consequence |
| String | action |
| String | cause |
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8