public interface FlagContainer extends ChildOf<AttributeFlags>, Augmentable<FlagContainer>
This class represents the following YANG schema fragment defined in module rsvp
list flag-container {
key leaf flags {
type binary;
}
}
The schema path to identify an instance is
rsvp/attribute-flags/flag-container
To create instances of this class use FlagContainerBuilder.
FlagContainerBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getFlags() |
getImplementedInterfacegetAugmentationCopyright © 2016 OpenDaylight. All rights reserved.