All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
All Known Subinterfaces:
Config1, Config2

@Generated("mdsal-binding-generator") public interface AfiSafiLlGracefulRestart extends org.opendaylight.yangtools.yang.binding.DataObject

This class represents the following YANG schema fragment defined in module bgp-ll-graceful-restart

 grouping afi-safi-ll-graceful-restart {
   container ll-graceful-restart {
     container config {
       leaf long-lived-stale-time {
         type rt-types:uint24;
         units seconds;
         default 0;
       }
     }
   }
 }
 
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

      Class<? extends AfiSafiLlGracefulRestart> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
    • getLlGracefulRestart

      LlGracefulRestart getLlGracefulRestart()
      Return llGracefulRestart, or null if it is not present.
      Returns:
      LlGracefulRestart llGracefulRestart, or null if it is not present.
    • nonnullLlGracefulRestart

      @NonNull LlGracefulRestart nonnullLlGracefulRestart()
      Return llGracefulRestart, or an empty instance if it is not present.
      Returns:
      LlGracefulRestart llGracefulRestart, or an empty instance if it is not present.