Interface AttributeFilters
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
BasicFastRerouteObject
,BasicSessionAttributeObject
,CommonFastRerouteObject
,LegacyFastRerouteObject
,Link1
,Lspa
,PcepCreateP2pTunnelInput
,PcepUpdateTunnelInput
,SessionAttributeObjectWithResourcesAffinities
,TunnelAttributes
,TunnelPcepLinkCfgAttributes
@Generated("mdsal-binding-generator")
public interface AttributeFilters
extends org.opendaylight.yangtools.yang.binding.DataObject
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; } }
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn excludeAny, ornull
if it is not present.Return includeAll, ornull
if it is not present.Return includeAny, ornull
if it is not present.Class<? extends AttributeFilters>
default @NonNull AttributeFilter
Return excludeAny, guaranteed to be non-null.default @NonNull AttributeFilter
Return includeAll, guaranteed to be non-null.default @NonNull AttributeFilter
Return includeAny, guaranteed to be non-null.
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends AttributeFilters> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getIncludeAny
AttributeFilter getIncludeAny()Return includeAny, ornull
if it is not present.- Returns:
AttributeFilter
includeAny, ornull
if it is not present.
-
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, ornull
if it is not present.- Returns:
AttributeFilter
excludeAny, ornull
if it is not present.
-
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, ornull
if it is not present.- Returns:
AttributeFilter
includeAll, ornull
if it is not present.
-
requireIncludeAll
Return includeAll, guaranteed to be non-null.- Returns:
AttributeFilter
includeAll, guaranteed to be non-null.- Throws:
NoSuchElementException
- if includeAll is not present
-