Class QosOtherConfigKey
java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.node.attributes.qos.entries.QosOtherConfigKey
- All Implemented Interfaces:
Serializable
,org.opendaylight.yangtools.concepts.Identifier
,org.opendaylight.yangtools.concepts.Immutable
,org.opendaylight.yangtools.yang.binding.Identifier<QosOtherConfig>
@Generated("mdsal-binding-generator")
public class QosOtherConfigKey
extends Object
implements org.opendaylight.yangtools.yang.binding.Identifier<QosOtherConfig>
This class represents the key of
QosOtherConfig
class.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQosOtherConfigKey
(@NonNull String _otherConfigKey) Constructs an instance.QosOtherConfigKey
(QosOtherConfigKey source) Creates a copy from Source Object. -
Method Summary
-
Constructor Details
-
QosOtherConfigKey
Constructs an instance.- Parameters:
_otherConfigKey
- the entity otherConfigKey- Throws:
NullPointerException
- if any of the arguments are null
-
QosOtherConfigKey
Creates a copy from Source Object.- Parameters:
source
- Source object
-
-
Method Details
-
getOtherConfigKey
Return otherConfigKey, guaranteed to be non-null.- Returns:
String
otherConfigKey, guaranteed to be non-null.
-
hashCode
public int hashCode() -
equals
-
toString
-