Class IEEE8021Q


  • public class IEEE8021Q
    extends Ethernet
    • Constructor Detail

      • IEEE8021Q

        public IEEE8021Q()
        Default constructor that creates and sets the HashMap.
      • IEEE8021Q

        public IEEE8021Q​(boolean writeAccess)
    • Method Detail

      • getPriority

        public short getPriority()
      • getCfi

        public short getCfi()
      • getVlanId

        public short getVlanId()
      • setPriority

        public IEEE8021Q setPriority​(short priority)
      • setCFI

        public IEEE8021Q setCFI​(short cfi)
      • setVlanId

        public IEEE8021Q setVlanId​(short vlanId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class org.opendaylight.openflowplugin.libraries.liblldp.Packet
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class org.opendaylight.openflowplugin.libraries.liblldp.Packet