Interface Features

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Features>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<ServiceProviderFeaturesAttributes>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface Features
    extends org.opendaylight.yangtools.yang.binding.ChildOf<ServiceProviderFeaturesAttributes>, org.opendaylight.yangtools.yang.binding.Augmentable<Features>

    This class represents the following YANG schema fragment defined in module neutron-extensions

     container features {
       config false;
       list feature {
         key service-provider-feature;
         uses service-provider-feature-attributes;
       }
     }
     
    The schema path to identify an instance is neutron-extensions/service-provider-features-attributes/features

    To create instances of this class use FeaturesBuilder.

    See Also:
    FeaturesBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable Map<FeatureKey,​Feature> getFeature()
        Returns:
        java.util.Map feature, or null if not present
      • nonnullFeature

        default @NonNull Map<FeatureKey,​Feature> nonnullFeature()
        Returns:
        java.util.Map feature, or an empty list if it is not present