Package org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev131021.srlg.attributes
Class InterfaceSwitchingCapabilitiesKey
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.binding.Key<InterfaceSwitchingCapabilities>,org.opendaylight.yangtools.concepts.Identifier,org.opendaylight.yangtools.concepts.Immutable
@Generated("mdsal-binding-generator")
public final class InterfaceSwitchingCapabilitiesKey
extends Object
implements org.opendaylight.yangtools.binding.Key<InterfaceSwitchingCapabilities>
This class represents the key of
InterfaceSwitchingCapabilities class.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInterfaceSwitchingCapabilitiesKey(@NonNull SwitchingCapabilities _switchingCapability) Constructs an instance.Creates a copy from Source Object. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean@NonNull SwitchingCapabilitiesReturn switchingCapability, guaranteed to be non-null.inthashCode()toString()
-
Constructor Details
-
InterfaceSwitchingCapabilitiesKey
Constructs an instance.- Parameters:
_switchingCapability- the entity switchingCapability- Throws:
NullPointerException- if any of the arguments are null
-
InterfaceSwitchingCapabilitiesKey
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Details
-
getSwitchingCapability
Return switchingCapability, guaranteed to be non-null.- Returns:
SwitchingCapabilitiesswitchingCapability, guaranteed to be non-null.
-
hashCode
public int hashCode() -
equals
-
toString
-