java.lang.Object
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev131021.srlg.attributes.InterfaceSwitchingCapabilitiesKey
All Implemented Interfaces:
Serializable, org.opendaylight.yangtools.concepts.Identifier, org.opendaylight.yangtools.concepts.Immutable, org.opendaylight.yangtools.yang.binding.Key<InterfaceSwitchingCapabilities>

@Generated("mdsal-binding-generator") public class InterfaceSwitchingCapabilitiesKey extends Object implements org.opendaylight.yangtools.yang.binding.Key<InterfaceSwitchingCapabilities>
This class represents the key of InterfaceSwitchingCapabilities class.
See Also:
  • Constructor Details

    • InterfaceSwitchingCapabilitiesKey

      public InterfaceSwitchingCapabilitiesKey(@NonNull SwitchingCapabilities _switchingCapability)
      Constructs an instance.
      Parameters:
      _switchingCapability - the entity switchingCapability
      Throws:
      NullPointerException - if any of the arguments are null
    • InterfaceSwitchingCapabilitiesKey

      public InterfaceSwitchingCapabilitiesKey(InterfaceSwitchingCapabilitiesKey source)
      Creates a copy from Source Object.
      Parameters:
      source - Source object
  • Method Details

    • getSwitchingCapability

      public @NonNull SwitchingCapabilities getSwitchingCapability()
      Return switchingCapability, guaranteed to be non-null.
      Returns:
      SwitchingCapabilities switchingCapability, guaranteed to be non-null.
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface org.opendaylight.yangtools.concepts.Identifier
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object obj)
      Specified by:
      equals in interface org.opendaylight.yangtools.concepts.Identifier
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Specified by:
      toString in interface org.opendaylight.yangtools.concepts.Identifier
      Overrides:
      toString in class Object