java.lang.Object
org.opendaylight.openflowplugin.libraries.liblldp.CustomTLVKey

public class CustomTLVKey extends Object
  • Constructor Details

    • CustomTLVKey

      public CustomTLVKey(int oui, byte subtype)
  • Method Details

    • getOui

      public int getOui()
      Returns the oui.
    • getSubtype

      public byte getSubtype()
      Returns the subtype.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object