Interface QueuesExternalIds

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<QueuesExternalIds>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Queues>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<QueuesExternalIdsKey>

    public interface QueuesExternalIds
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Queues>, org.opendaylight.yangtools.yang.binding.Augmentable<QueuesExternalIds>, org.opendaylight.yangtools.yang.binding.Identifiable<QueuesExternalIdsKey>

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

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

    To create instances of this class use QueuesExternalIdsBuilder.

    See Also:
    QueuesExternalIdsBuilder, QueuesExternalIdsKey
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        String getQueuesExternalIdKey()
        queues external-id name/key
        Returns:
        java.lang.String queuesExternalIdKey, or null if not present
      • getQueuesExternalIdValue

        String getQueuesExternalIdValue()
        queues-external-id value
        Returns:
        java.lang.String queuesExternalIdValue, or null if not present