Interface LspAttSubobject
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>,org.opendaylight.yangtools.binding.BindingObject,org.opendaylight.yangtools.binding.DataContainer,org.opendaylight.yangtools.binding.Grouping
- All Known Subinterfaces:
SubobjectContainer
@Generated("mdsal-binding-generator")
public interface LspAttSubobject
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module rsvp
grouping lsp-att-subobject {
choice lsp-subobject {
case flags-tlv {
uses attribute-flags;
}
}
}
-
Method Summary
Modifier and TypeMethodDescriptionReturn lspSubobject, ornullif it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getLspSubobject
LspSubobject getLspSubobject()Return lspSubobject, ornullif it is not present.- Returns:
LspSubobjectlspSubobject, ornullif it is not present.
-