public interface Alarm
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Cloning method.
|
java.lang.String |
getAction()
Accessor method.
|
java.lang.String |
getAlarmId()
Accessor method.
|
java.util.Collection |
getCategories()
Accessor method.
|
java.lang.String |
getCause()
Accessor method.
|
java.lang.String |
getConsequence()
Accessor method.
|
java.net.URL |
getHelpURL()
Accessor method.
|
java.lang.String |
getIdentifier()
Accessor method.
|
Location |
getLocation()
Accessor method.
|
java.lang.String |
getPiquetEmail()
Accessor method.
|
java.lang.String |
getPiquetGSM()
Accessor method.
|
java.lang.Integer |
getPriority()
Accessor method.
|
java.lang.String |
getProblemDescription()
Accessor method.
|
ResponsiblePerson |
getResponsiblePerson()
Accessor method.
|
Source |
getSource()
Accessor method.
|
Status |
getStatus()
Accessor method.
|
java.lang.String |
getSystemName()
Accessor method.
|
Triplet |
getTriplet()
Accessor method.
|
boolean |
isInstant()
Accessor method.
|
boolean |
isMultiplicityChild()
Accessor method.
|
boolean |
isMultiplicityParent()
Accessor method.
|
boolean |
isNodeChild()
Accessor method.
|
boolean |
isNodeParent()
Accessor method.
|
java.lang.String getAlarmId()
Triplet getTriplet()
java.lang.String getSystemName()
java.lang.String getIdentifier()
java.lang.String getProblemDescription()
java.lang.Integer getPriority()
java.lang.String getCause()
java.lang.String getAction()
java.lang.String getConsequence()
Source getSource()
java.net.URL getHelpURL()
java.lang.String getPiquetGSM()
java.lang.String getPiquetEmail()
java.util.Collection getCategories()
Location getLocation()
ResponsiblePerson getResponsiblePerson()
Status getStatus()
boolean isInstant()
boolean isMultiplicityParent()
boolean isNodeParent()
boolean isMultiplicityChild()
boolean isNodeChild()
java.lang.Object clone()
throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException - if clone failed