Class GroupId


  • public class GroupId
    extends org.onlab.util.Identifier<java.lang.Integer>
    Group identifier.
    • Field Summary

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

        identifier
    • Constructor Summary

      Constructors 
      Constructor Description
      GroupId​(int id)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      static GroupId valueOf​(int id)
      Returns a group ID as an integer value.
      • Methods inherited from class org.onlab.util.Identifier

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

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

      • GroupId

        public GroupId​(int id)
    • Method Detail

      • valueOf

        public static GroupId valueOf​(int id)
        Returns a group ID as an integer value. The method is not intended for use by application developers. Return data type may change in the future release.
        Parameters:
        id - int value
        Returns:
        group ID
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class org.onlab.util.Identifier<java.lang.Integer>