Interface AttributeFilters
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>,org.opendaylight.yangtools.binding.BindingObject,org.opendaylight.yangtools.binding.DataContainer,org.opendaylight.yangtools.binding.Grouping
- All Known Subinterfaces:
BasicFastRerouteObject,BasicSessionAttributeObject,CommonFastRerouteObject,LegacyFastRerouteObject,SessionAttributeObjectWithResourcesAffinities,TunnelAttributes
@Generated("mdsal-binding-generator")
public interface AttributeFilters
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module rsvp
grouping attribute-filters {
leaf include-any {
type attribute-filter;
}
leaf exclude-any {
type attribute-filter;
}
leaf include-all {
type attribute-filter;
}
}
-
Method Summary
Modifier and TypeMethodDescriptionReturn excludeAny, ornullif it is not present.Return includeAll, ornullif it is not present.Return includeAny, ornullif it is not present.default @NonNull AttributeFilterReturn excludeAny, guaranteed to be non-null.default @NonNull AttributeFilterReturn includeAll, guaranteed to be non-null.default @NonNull AttributeFilterReturn includeAny, guaranteed to be non-null.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getIncludeAny
AttributeFilter getIncludeAny()Return includeAny, ornullif it is not present.- Returns:
AttributeFilterincludeAny, ornullif it is not present.
-
requireIncludeAny
Return includeAny, guaranteed to be non-null.- Returns:
AttributeFilterincludeAny, guaranteed to be non-null.- Throws:
NoSuchElementException- if includeAny is not present
-
getExcludeAny
AttributeFilter getExcludeAny()Return excludeAny, ornullif it is not present.- Returns:
AttributeFilterexcludeAny, ornullif it is not present.
-
requireExcludeAny
Return excludeAny, guaranteed to be non-null.- Returns:
AttributeFilterexcludeAny, guaranteed to be non-null.- Throws:
NoSuchElementException- if excludeAny is not present
-
getIncludeAll
AttributeFilter getIncludeAll()Return includeAll, ornullif it is not present.- Returns:
AttributeFilterincludeAll, ornullif it is not present.
-
requireIncludeAll
Return includeAll, guaranteed to be non-null.- Returns:
AttributeFilterincludeAll, guaranteed to be non-null.- Throws:
NoSuchElementException- if includeAll is not present
-