Interface AttributeFilters

    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        YANG identifier of the statement represented by this class.
    • Method Detail

      • implementedInterface

        Class<? extends AttributeFilters> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getIncludeAny

        AttributeFilter getIncludeAny()
        Return includeAny, or null if it is not present.
        Returns:
        AttributeFilter includeAny, or null if it is not present.
      • requireIncludeAny

        default @NonNull AttributeFilter requireIncludeAny()
        Return includeAny, guaranteed to be non-null.
        Returns:
        AttributeFilter includeAny, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if includeAny is not present
      • getExcludeAny

        AttributeFilter getExcludeAny()
        Return excludeAny, or null if it is not present.
        Returns:
        AttributeFilter excludeAny, or null if it is not present.
      • requireExcludeAny

        default @NonNull AttributeFilter requireExcludeAny()
        Return excludeAny, guaranteed to be non-null.
        Returns:
        AttributeFilter excludeAny, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if excludeAny is not present
      • getIncludeAll

        AttributeFilter getIncludeAll()
        Return includeAll, or null if it is not present.
        Returns:
        AttributeFilter includeAll, or null if it is not present.
      • requireIncludeAll

        default @NonNull AttributeFilter requireIncludeAll()
        Return includeAll, guaranteed to be non-null.
        Returns:
        AttributeFilter includeAll, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if includeAll is not present