Class NshServicePathId


  • public final class NshServicePathId
    extends org.onlab.util.Identifier<java.lang.Integer>
    • Field Summary

      • Fields inherited from class org.onlab.util.Identifier

        identifier
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static NshServicePathId of​(int servicePathId)
      Returns the NshServicePathId by setting its value.
      int servicePathId()
      Returns nsh context service path identifier.
      • 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
    • Method Detail

      • of

        public static NshServicePathId of​(int servicePathId)
        Returns the NshServicePathId by setting its value.
        Parameters:
        servicePathId - nsh service path identifier
        Returns:
        NshServicePathId
      • servicePathId

        public int servicePathId()
        Returns nsh context service path identifier.
        Returns:
        the nsh context service path id