Class GroupId


  • public class GroupId
    extends org.onlab.util.Identifier<Integer>
    Group identifier.
    • 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 String toString()
        Overrides:
        toString in class org.onlab.util.Identifier<Integer>