Package org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.edge.attributes
Class UnreservedBandwidthKey
java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.edge.attributes.UnreservedBandwidthKey
- All Implemented Interfaces:
Serializable
,org.opendaylight.yangtools.binding.Key<UnreservedBandwidth>
,org.opendaylight.yangtools.concepts.Identifier
,org.opendaylight.yangtools.concepts.Immutable
@Generated("mdsal-binding-generator")
public final class UnreservedBandwidthKey
extends Object
implements org.opendaylight.yangtools.binding.Key<UnreservedBandwidth>
This class represents the key of
UnreservedBandwidth
class.- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a copy from Source Object.UnreservedBandwidthKey
(@NonNull org.opendaylight.yangtools.yang.common.Uint8 _classType) Constructs an instance. -
Method Summary
-
Constructor Details
-
UnreservedBandwidthKey
public UnreservedBandwidthKey(@NonNull org.opendaylight.yangtools.yang.common.Uint8 _classType) Constructs an instance.- Parameters:
_classType
- the entity classType- Throws:
NullPointerException
- if any of the arguments are null
-
UnreservedBandwidthKey
Creates a copy from Source Object.- Parameters:
source
- Source object
-
-
Method Details
-
getClassType
public @NonNull org.opendaylight.yangtools.yang.common.Uint8 getClassType()Return classType, guaranteed to be non-null.- Returns:
Uint8
classType, guaranteed to be non-null.
-
hashCode
public int hashCode() -
equals
-
toString
-