Class SeverityInfo
- java.lang.Object
-
- org.opennms.features.geolocation.api.SeverityInfo
-
public class SeverityInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description SeverityInfo(int id, String label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getId()
String
getLabel()
void
setId(int id)
void
setLabel(String label)
-