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;
}
}
The schema path to identify an instance is
rsvp/attribute-filters| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
AttributeFilter |
getExcludeAny() |
AttributeFilter |
getIncludeAll() |
AttributeFilter |
getIncludeAny() |
AttributeFilter getIncludeAny()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.AttributeFilter includeAny, or null if not presentAttributeFilter getExcludeAny()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.AttributeFilter excludeAny, or null if not presentAttributeFilter getIncludeAll()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.AttributeFilter includeAll, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.