Package org.onosproject.alarm
Class AlarmEntityId
- java.lang.Object
 - 
- org.onlab.util.Identifier<java.net.URI>
 - 
- org.onosproject.alarm.AlarmEntityId
 
 
 
- 
public final class AlarmEntityId extends Identifier<java.net.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 AlarmEntityIdNONEstatic java.util.Set<java.lang.String>SCHEMES- 
Fields inherited from class org.onlab.util.Identifier
identifier 
 - 
 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedAlarmEntityId() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AlarmEntityIdalarmEntityId(java.lang.String string)static AlarmEntityIdalarmEntityId(java.net.URI uri)- 
Methods inherited from class org.onlab.util.Identifier
equals, hashCode, id, toString 
 - 
 
 - 
 
- 
- 
Field Detail
- 
NONE
public static final AlarmEntityId NONE
 
- 
SCHEMES
public static final java.util.Set<java.lang.String> SCHEMES
 
 - 
 
- 
Method Detail
- 
alarmEntityId
public static AlarmEntityId alarmEntityId(java.lang.String string)
 
- 
alarmEntityId
public static AlarmEntityId alarmEntityId(java.net.URI uri)
 
 - 
 
 -