public interface AttributeFlags
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module rsvp
grouping attribute-flags {
list flag-container {
leaf flags {
type binary;
}
}
}
The schema path to identify an instance is
rsvp/attribute-flags| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
List<FlagContainer> |
getFlagContainer() |
List<FlagContainer> getFlagContainer()
java.util.List flagContainer, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.