Interface TagSets

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

    public interface TagSets
    extends org.opendaylight.yangtools.yang.binding.ChildOf<GenericDefinedSets>, org.opendaylight.yangtools.yang.binding.Augmentable<TagSets>, TagSet
    Enclosing container for defined tag sets for matching

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

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

    To create instances of this class use TagSetsBuilder.

    See Also:
    TagSetsBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<TagSets> 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 TagSet