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 {
length 4;
}
}
}
}
The schema path to identify an instance is
rsvp/attribute-flags| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable List<FlagContainer> |
getFlagContainer() |
Class<? extends AttributeFlags> |
implementedInterface() |
default @NonNull List<FlagContainer> |
nonnullFlagContainer() |
Class<? extends AttributeFlags> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable List<FlagContainer> getFlagContainer()
java.util.List flagContainer, or null if not presentdefault @NonNull List<FlagContainer> nonnullFlagContainer()
java.util.List flagContainer, or an empty list if it is not presentCopyright © 2020 OpenDaylight. All rights reserved.