Class MaxLspBandwidthKey
java.lang.Object
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev131021.srlg.attributes._interface.switching.capabilities.MaxLspBandwidthKey
- All Implemented Interfaces:
Serializable
,org.opendaylight.yangtools.binding.Key<MaxLspBandwidth>
,org.opendaylight.yangtools.concepts.Identifier
,org.opendaylight.yangtools.concepts.Immutable
@Generated("mdsal-binding-generator")
public final class MaxLspBandwidthKey
extends Object
implements org.opendaylight.yangtools.binding.Key<MaxLspBandwidth>
This class represents the key of
MaxLspBandwidth
class.- See Also:
-
Constructor Summary
ConstructorDescriptionMaxLspBandwidthKey
(MaxLspBandwidthKey source) Creates a copy from Source Object.MaxLspBandwidthKey
(@NonNull org.opendaylight.yangtools.yang.common.Uint8 _priority) Constructs an instance. -
Method Summary
-
Constructor Details
-
MaxLspBandwidthKey
public MaxLspBandwidthKey(@NonNull org.opendaylight.yangtools.yang.common.Uint8 _priority) Constructs an instance.- Parameters:
_priority
- the entity priority- Throws:
NullPointerException
- if any of the arguments are null
-
MaxLspBandwidthKey
Creates a copy from Source Object.- Parameters:
source
- Source object
-
-
Method Details
-
getPriority
public @NonNull org.opendaylight.yangtools.yang.common.Uint8 getPriority()Return priority, guaranteed to be non-null.- Returns:
Uint8
priority, guaranteed to be non-null.
-
hashCode
public int hashCode() -
equals
-
toString
-