Package org.onosproject.alarm
Class AlarmEntityId
- java.lang.Object
-
- org.onlab.util.Identifier<URI>
-
- org.onosproject.alarm.AlarmEntityId
-
public final class AlarmEntityId extends Identifier<URI>
Immutable representation of a alarm source. It is meaningful within the context of a device.
-
-
Field Summary
Fields Modifier and Type Field Description static AlarmEntityId
NONE
static Set<String>
SCHEMES
-
Fields inherited from class org.onlab.util.Identifier
identifier
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AlarmEntityId()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AlarmEntityId
alarmEntityId(String string)
static AlarmEntityId
alarmEntityId(URI uri)
-
Methods inherited from class org.onlab.util.Identifier
equals, hashCode, id, toString
-
-
-
-
Field Detail
-
NONE
public static final AlarmEntityId NONE
-
-
Method Detail
-
alarmEntityId
public static AlarmEntityId alarmEntityId(String string)
-
alarmEntityId
public static AlarmEntityId alarmEntityId(URI uri)
-
-