java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.node.attributes.QosEntriesKey
All Implemented Interfaces:
Serializable, org.opendaylight.yangtools.concepts.Identifier, org.opendaylight.yangtools.concepts.Immutable, org.opendaylight.yangtools.yang.binding.Identifier<QosEntries>

@Generated("mdsal-binding-generator") public class QosEntriesKey extends Object implements org.opendaylight.yangtools.yang.binding.Identifier<QosEntries>
This class represents the key of QosEntries class.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    QosEntriesKey(@NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri _qosId)
    Constructs an instance.
    Creates a copy from Source Object.
  • Method Summary

    Modifier and Type
    Method
    Description
    final boolean
     
    @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri
    Return qosId, guaranteed to be non-null.
    int
     
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • QosEntriesKey

      public QosEntriesKey(@NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri _qosId)
      Constructs an instance.
      Parameters:
      _qosId - the entity qosId
      Throws:
      NullPointerException - if any of the arguments are null
    • QosEntriesKey

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

    • getQosId

      public @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Uri getQosId()
      Return qosId, guaranteed to be non-null.
      Returns:
      Uri qosId, 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