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:
Node, PcepTopologyNodeStatsAug

@Generated("mdsal-binding-generator") public interface PcepSessionStateGrouping extends org.opendaylight.yangtools.binding.Grouping

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

 grouping pcep-session-state-grouping {
   container pcep-session-state {
     uses pcep-session-state;
   }
 }
 
  • Method Summary

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

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

    implementedInterface
  • Method Details

    • getPcepSessionState

      PcepSessionState getPcepSessionState()
      Return pcepSessionState, or null if it is not present.
      Returns:
      PcepSessionState pcepSessionState, or null if it is not present.
    • nonnullPcepSessionState

      @NonNull PcepSessionState nonnullPcepSessionState()
      Return pcepSessionState, or an empty instance if it is not present.
      Returns:
      PcepSessionState pcepSessionState, or an empty instance if it is not present.