public interface LabelSet
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module rsvp
grouping label-set {
leaf action {
type enumeration {
enum inclusive-list {
value 0;
}
enum exclusive-list {
value 1;
}
enum inclusive-range {
value 2;
}
enum exclusive-range {
value 3;
}
}
}
container label-type;
list subchannels;
}
The schema path to identify an instance is
rsvp/label-set| Modifier and Type | Interface and Description |
|---|---|
static class |
LabelSet.Action |
| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable LabelSet.Action |
getAction() |
@Nullable LabelType |
getLabelType() |
@Nullable List<Subchannels> |
getSubchannels() |
Class<? extends LabelSet> |
implementedInterface() |
default @NonNull List<Subchannels> |
nonnullSubchannels() |
Class<? extends LabelSet> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable LabelSet.Action getAction()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.LabelSet.Action action, or null if not present@Nullable LabelType getLabelType()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.label.set.LabelType labelType, or null if not present@Nullable List<Subchannels> getSubchannels()
java.util.List subchannels, or null if not presentdefault @NonNull List<Subchannels> nonnullSubchannels()
java.util.List subchannels, or an empty list if it is not presentCopyright © 2020 OpenDaylight. All rights reserved.