Interface QosExternalIds

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<QosExternalIds>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<QosEntries>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<QosExternalIdsKey>

    public interface QosExternalIds
    extends org.opendaylight.yangtools.yang.binding.ChildOf<QosEntries>, org.opendaylight.yangtools.yang.binding.Augmentable<QosExternalIds>, org.opendaylight.yangtools.yang.binding.Identifiable<QosExternalIdsKey>

    This class represents the following YANG schema fragment defined in module ovsdb

     list qos-external-ids {
       key qos-external-id-key;
       leaf qos-external-id-key {
         type string;
       }
       leaf qos-external-id-value {
         type string;
       }
     }
     
    The schema path to identify an instance is ovsdb/ovsdb-node-attributes/qos-entries/qos-external-ids

    To create instances of this class use QosExternalIdsBuilder.

    See Also:
    QosExternalIdsBuilder, QosExternalIdsKey
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<QosExternalIds> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getQosExternalIdKey

        String getQosExternalIdKey()
        qos external-id name/key
        Returns:
        java.lang.String qosExternalIdKey, or null if not present
      • getQosExternalIdValue

        String getQosExternalIdValue()
        qos-external-id value
        Returns:
        java.lang.String qosExternalIdValue, or null if not present