public interface SubobjectContainer extends org.opendaylight.yangtools.yang.binding.ChildOf<SecondaryExplicitRouteObject>, org.opendaylight.yangtools.yang.binding.Augmentable<SubobjectContainer>, SecondaryExplicitRouteSubobjects
This class represents the following YANG schema fragment defined in module rsvp
list subobject-container {
leaf loose {
type boolean;
}
uses secondary-explicit-route-subobjects;
ordered-by user;
}
The schema path to identify an instance is
rsvp/secondary-explicit-route-object/secondary-explicit-route-object/subobject-container
To create instances of this class use SubobjectContainerBuilder.
SubobjectContainerBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
default Class<SubobjectContainer> |
implementedInterface() |
@Nullable Boolean |
isLoose() |
getSubobjectTypedefault Class<SubobjectContainer> implementedInterface()
implementedInterface in interface BasicExplicitRouteSubobjectsimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface ExplicitRouteSubobjectsimplementedInterface in interface SecondaryExplicitRouteSubobjects@Nullable Boolean isLoose()
java.lang.Boolean loose, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.