public interface FlagContainer extends org.opendaylight.yangtools.yang.binding.ChildOf<AttributeFlags>, org.opendaylight.yangtools.yang.binding.Augmentable<FlagContainer>
This class represents the following YANG schema fragment defined in module rsvp
list flag-container {
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() |
Copyright © 2018 OpenDaylight. All rights reserved.