Class AlarmEntityId


  • public final class AlarmEntityId
    extends org.onlab.util.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 AlarmEntityId NONE  
      static java.util.Set<java.lang.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​(java.lang.String string)  
      static AlarmEntityId alarmEntityId​(java.net.URI uri)  
      • Methods inherited from class org.onlab.util.Identifier

        equals, hashCode, id, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • SCHEMES

        public static final java.util.Set<java.lang.String> SCHEMES
    • Constructor Detail

      • AlarmEntityId

        protected AlarmEntityId()
    • Method Detail

      • alarmEntityId

        public static AlarmEntityId alarmEntityId​(java.lang.String string)
      • alarmEntityId

        public static AlarmEntityId alarmEntityId​(java.net.URI uri)