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 Type
    Method
    Description
    Return nonBranchNodeList, or null if it is not present.
    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, or null if it is not present.
      Returns:
      NonBranchNodeList nonBranchNodeList, or null 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.