Interface DefinedSets

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<DefinedSets>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<RoutingPolicy>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, GenericDefinedSets

    public interface DefinedSets
    extends org.opendaylight.yangtools.yang.binding.ChildOf<RoutingPolicy>, org.opendaylight.yangtools.yang.binding.Augmentable<DefinedSets>, GenericDefinedSets
    Predefined sets of attributes used in policy match statements

    This class represents the following YANG schema fragment defined in module openconfig-routing-policy

     container defined-sets {
       uses generic-defined-sets;
     }
     
    The schema path to identify an instance is openconfig-routing-policy/routing-policy-top/routing-policy/defined-sets

    To create instances of this class use DefinedSetsBuilder.

    See Also:
    DefinedSetsBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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