Interface NonBranchNodeObject
- 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:
NonBranchNodeCase
@Generated("mdsal-binding-generator")
public interface NonBranchNodeObject
extends org.opendaylight.yangtools.binding.Grouping
Branch Node Object
This class represents the following YANG schema fragment defined in module pcep-types
grouping non-branch-node-object {
container non-branch-node-list {
uses bnc;
}
}
-
Method Summary
Modifier and TypeMethodDescriptionReturn nonBranchNodeList, ornullif it is not present.@NonNull NonBranchNodeListReturn nonBranchNodeList, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getNonBranchNodeList
NonBranchNodeList getNonBranchNodeList()Return nonBranchNodeList, ornullif it is not present.- Returns:
NonBranchNodeListnonBranchNodeList, ornullif it is not present.
-
nonnullNonBranchNodeList
@NonNull NonBranchNodeList nonnullNonBranchNodeList()Return nonBranchNodeList, or an empty instance if it is not present.- Returns:
NonBranchNodeListnonBranchNodeList, or an empty instance if it is not present.
-