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:
BranchNodeCase

@Generated("mdsal-binding-generator") public interface BranchNodeObject extends org.opendaylight.yangtools.binding.Grouping
Branch Node Object

This class represents the following YANG schema fragment defined in module pcep-types

 grouping branch-node-object {
   container branch-node-list {
     uses bnc;
   }
 }
 
  • Method Summary

    Modifier and Type
    Method
    Description
    Return branchNodeList, or null if it is not present.
    Return branchNodeList, or an empty instance if it is not present.

    Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract

    implementedInterface
  • Method Details

    • getBranchNodeList

      BranchNodeList getBranchNodeList()
      Return branchNodeList, or null if it is not present.
      Returns:
      BranchNodeList branchNodeList, or null if it is not present.
    • nonnullBranchNodeList

      @NonNull BranchNodeList nonnullBranchNodeList()
      Return branchNodeList, or an empty instance if it is not present.
      Returns:
      BranchNodeList branchNodeList, or an empty instance if it is not present.