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, ornull
if it is not present.@NonNull NonBranchNodeList
Return 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, ornull
if it is not present.- Returns:
NonBranchNodeList
nonBranchNodeList, ornull
if it is not present.
-
nonnullNonBranchNodeList
@NonNull NonBranchNodeList nonnullNonBranchNodeList()Return nonBranchNodeList, or an empty instance if it is not present.- Returns:
NonBranchNodeList
nonBranchNodeList, or an empty instance if it is not present.
-